Skip to content

Commit e018f32

Browse files
authored
Merge pull request #207084 from Homebrew/bump-melange-0.19.5
melange 0.19.5
2 parents 796ca62 + b413c92 commit e018f32

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.4.tar.gz"
5-
sha256 "710541c9f95dcfdb47a3e6045e5b4d72f6e1ed40d212dbd01b4a74b8cbd94d16"
4+
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.19.5.tar.gz"
5+
sha256 "769d53360150f0c3bccdd96e2b48ed81fc86d4c8088bfa8cd972af263e65c14c"
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: "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"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "37bd7c06506007c9106b9760ee69d521c50ce1b564301ecb69595fc2c25a92d3"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "37bd7c06506007c9106b9760ee69d521c50ce1b564301ecb69595fc2c25a92d3"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "37bd7c06506007c9106b9760ee69d521c50ce1b564301ecb69595fc2c25a92d3"
18+
sha256 cellar: :any_skip_relocation, sonoma: "4836f7b05858a3ad482ca9cbc93e3d54de37fb2f8f03c999b1f0d15a53091b88"
19+
sha256 cellar: :any_skip_relocation, ventura: "4836f7b05858a3ad482ca9cbc93e3d54de37fb2f8f03c999b1f0d15a53091b88"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2719d9ce7cd4901cdef8b5d62ce461251e502754311c19b08b0d307ddf1bf3a0"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)