Skip to content

Commit ee62108

Browse files
authored
Merge pull request #200369 from Homebrew/bump-melange-0.17.3
melange 0.17.3
2 parents 3ca2e48 + 44cecd0 commit ee62108

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.17.2.tar.gz"
5-
sha256 "6d170b9fae3cafe9012d647d49e0c706e89b22ceb7ce830a2bf4261d815d2a76"
4+
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.17.3.tar.gz"
5+
sha256 "eabb251330a4af1f8aaf75f0b3c5359aa6d4f35e939b7bb439c3dec8e5c870a0"
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: "12b5a9ca447f20c0df6af6d82642915b8bc717d0b0c8f48e7fb0505e47040ddb"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "12b5a9ca447f20c0df6af6d82642915b8bc717d0b0c8f48e7fb0505e47040ddb"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "12b5a9ca447f20c0df6af6d82642915b8bc717d0b0c8f48e7fb0505e47040ddb"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f524892cafe1a14b1ad24bec69e472f279a1a4ef3bb9926a258a2d8cfb21585b"
19-
sha256 cellar: :any_skip_relocation, ventura: "f524892cafe1a14b1ad24bec69e472f279a1a4ef3bb9926a258a2d8cfb21585b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d4e4adf4588fb09fc64a30601c76e7cab94915b94ac47d41161def55517bc30"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fadbb76a70a0c989e7bb666735673c087726f664c24880daa8b402383af8dc0d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fadbb76a70a0c989e7bb666735673c087726f664c24880daa8b402383af8dc0d"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fadbb76a70a0c989e7bb666735673c087726f664c24880daa8b402383af8dc0d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "df6d5f07d2cf1050f8df2285c84ad10dcc3628f52b97fc6390ea7be6dee0f490"
19+
sha256 cellar: :any_skip_relocation, ventura: "df6d5f07d2cf1050f8df2285c84ad10dcc3628f52b97fc6390ea7be6dee0f490"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab25967e1a4e77c180c062ace750eb361d22c86bc5e284284e72d59a95fc9350"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)