Skip to content

Commit 89e5809

Browse files
authored
Merge pull request #217352 from Homebrew/bump-melange-0.23.3
melange 0.23.3
2 parents a58fba2 + 3187f6e commit 89e5809

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.23.2.tar.gz"
5-
sha256 "fa7d616277db177fe688cca1307cc2b5b21196ae5509435f52849bd310dfda72"
4+
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.23.3.tar.gz"
5+
sha256 "9d3a228fd22b396fd6a70f63c089399ce5f44eec8ac404fc2f2f984753fd4e19"
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: "a9ff45235b072482aea1ddf20490d0ee3d230565ec433f6300574f1d883d38db"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fec4f2e5bf631aed944176cd1b4ecc31107c135efa663ba77ef5bf8f24e50c3e"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7d4783afd4b84cd719c8341c35298bdcd6fdc002b2f093900d9b93359b1dd910"
18-
sha256 cellar: :any_skip_relocation, sonoma: "ba0a4f7776af42394a1f33e5f7f964035badff54171ede631c321f66672d11e2"
19-
sha256 cellar: :any_skip_relocation, ventura: "80e8a87ed88a12030bc0d1e68331f3f8a4f413b45fd119a580f3ed58ba8fceb6"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "98d7ce68bd0a1b7bd59bdd842d8fd5ca3c865ba32814ab59e679b1fc88c3f169"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9626bafe7b6a21a0d7147ceb8326c99acdb6495a527a1104219ec2ec8b9e8650"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "000f48f6ec153f5250c54bb552cb2acdede2197da25a44a9ed28a46eb0206f90"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "14e2610f6ddd053667acdcbbb9fb0176d74f613cdd014a4114b08b8770116683"
18+
sha256 cellar: :any_skip_relocation, sonoma: "769cccf38ffc2a39ed5c5f678ecc52be2cfad6bdfc38a1b2e7bef3a649db6cc2"
19+
sha256 cellar: :any_skip_relocation, ventura: "3f34101c473b7aa898364463522bdb252202ef72a14be73ebec782955346a01b"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c9fa3ad85be3cbc34443aa1037af9bf545b5be71e4d477e1673fba208820c43"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)