Skip to content

Commit 0b1e341

Browse files
authored
Merge pull request Homebrew#206369 from Homebrew/bump-melange-0.19.4
melange 0.19.4
2 parents 97baaee + 6282aa5 commit 0b1e341

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/melange.rb

Lines changed: 8 additions & 8 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.19.3.tar.gz"
5-
sha256 "623e3309f3b92d065698bf2e0381c1186d631280b368f6850b8c8ae11575cef3"
4+
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.19.4.tar.gz"
5+
sha256 "710541c9f95dcfdb47a3e6045e5b4d72f6e1ed40d212dbd01b4a74b8cbd94d16"
66
license "Apache-2.0"
77
head "https://github.com/chainguard-dev/melange.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9954b48491d254d903f7608a978d68a714510a5c6a2f614357fba936f1ea1c83"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9954b48491d254d903f7608a978d68a714510a5c6a2f614357fba936f1ea1c83"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9954b48491d254d903f7608a978d68a714510a5c6a2f614357fba936f1ea1c83"
18-
sha256 cellar: :any_skip_relocation, sonoma: "7d2347734a3e8ba91cccffd34dcb8459817cf0edebaf29ffffa5aae27ae769b6"
19-
sha256 cellar: :any_skip_relocation, ventura: "7d2347734a3e8ba91cccffd34dcb8459817cf0edebaf29ffffa5aae27ae769b6"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fac9063e60487086d9a49f593d7fe957d6afdf3d469c0670b27da5e2881a7a80"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "45d642d8ad958def7a7e40bc9c762724f78ad1805092a62f0109358a261719dc"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45d642d8ad958def7a7e40bc9c762724f78ad1805092a62f0109358a261719dc"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "45d642d8ad958def7a7e40bc9c762724f78ad1805092a62f0109358a261719dc"
18+
sha256 cellar: :any_skip_relocation, sonoma: "9e118af847812c6403509a1286902914f394c0438a8676c95bc3321da962443e"
19+
sha256 cellar: :any_skip_relocation, ventura: "9e118af847812c6403509a1286902914f394c0438a8676c95bc3321da962443e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "647f5cec6bf337a97418153ebdf081791f040abc28b058e050ae7a1b252bca5d"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)