1
1
class Melange < Formula
2
2
desc "Build APKs from source code"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/chainguard-dev/melange.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Melange < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments