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.3 .tar.gz"
5
- sha256 "eabb251330a4af1f8aaf75f0b3c5359aa6d4f35e939b7bb439c3dec8e5c870a0 "
4
+ url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.17.4 .tar.gz"
5
+ sha256 "52a7c58d535e89570203cd54d1df38cd8c0a76920c955d63fd2fda5bdfa293ba "
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 : "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 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "aca76f8c6e46ab136d6f868852491a655bf0286fde52a5b2036a92068e4f48c6 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "aca76f8c6e46ab136d6f868852491a655bf0286fde52a5b2036a92068e4f48c6 "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "aca76f8c6e46ab136d6f868852491a655bf0286fde52a5b2036a92068e4f48c6 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "dd3bd855a9f30fbe6776ed1f3b9277cc22cc59107cf8e19312295c33b2e40624 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "dd3bd855a9f30fbe6776ed1f3b9277cc22cc59107cf8e19312295c33b2e40624 "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "7fe5a35318871d440f7797161e40003e50e422e33f1e923f3a33d0d945d45df0 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments