Skip to content

Commit a46aece

Browse files
authored
Merge pull request #246988 from Homebrew/bump-melange-0.31.6
melange 0.31.6
2 parents 3941134 + 74fb67f commit a46aece

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/m/melange.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Melange < Formula
22
desc "Build APKs from source code"
33
homepage "https://github.com/chainguard-dev/melange"
4-
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.31.5.tar.gz"
5-
sha256 "9fc7057445b1828787aeb9d594bf0ed951ea2fba9bb2a7abb0ee9b7ac25726f8"
4+
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.31.6.tar.gz"
5+
sha256 "0dba2e621882931c640cfd57c0aa8487ff39603332f2922b7f9d840c541113a7"
66
license "Apache-2.0"
77
head "https://github.com/chainguard-dev/melange.git", branch: "main"
88

@@ -12,11 +12,11 @@ class Melange < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "13a8a5e43ccb3da0be48a395bfa17fc34e8e5f4fe98ff8d581eb4cb97dcdf73a"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a07a2702aafa8e3b0c19ea797de9410f2a22a76f23ae09086034594e677b00dd"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f0d5749229786a65543b46d8e3cbb158bdeb36d1ac14a29dcbc57ba1bce0d7e"
18-
sha256 cellar: :any_skip_relocation, sonoma: "d0b2458b2ff09f48e44ebd5af7eb6a0ac11bbf568fbf841b36cc4b6d21f14aa3"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f2feb5ebea7d19c41da7242fb3a28f26a2ff6bcd1fbb37f95cc0a7aca38f348"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "58091fb8ab70156e8cd9a7a9114ec1a9ae513909474b766029af175365941301"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "058fc7baaf43b2ee01024db1e54923830c564b9f5d4f6db2ee68e07b699da0b8"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7baeb085528ae6ab998f105a81513acb89436deeab19c39cd13a8ed7d825803d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "504c2d4251efe204de647db54381260558f24412a1aabc03eb58be08cbfc09a0"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3cb0c7d83fec3e15e942c81f6e023f6d58f3b9a61ee8e00dcc13ccd03e2767ae"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)