Skip to content

Commit

Permalink
Merge pull request #199696 from Homebrew/bump-melange-0.17.1
Browse files Browse the repository at this point in the history
melange 0.17.1
  • Loading branch information
BrewTestBot authored Dec 2, 2024
2 parents e9020fa + e128c00 commit 178ed22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/melange.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Melange < Formula
desc "Build APKs from source code"
homepage "https://github.com/chainguard-dev/melange"
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.17.0.tar.gz"
sha256 "0f2f4c61b032c92d5d7b52bc98152863cbff9457545e520c9a9c737d1ef1f8f4"
url "https://github.com/chainguard-dev/melange/archive/refs/tags/v0.17.1.tar.gz"
sha256 "7fa2b555f87f5ff39d37aeac54c9d57923a460fceb787fd02f6566af5e590e1f"
license "Apache-2.0"
head "https://github.com/chainguard-dev/melange.git", branch: "main"

Expand All @@ -12,12 +12,12 @@ class Melange < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "37d0c146c3a57d058dd17c21a1f5c3d02645bec908d6cdd8f33271c41a9ba88f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "37d0c146c3a57d058dd17c21a1f5c3d02645bec908d6cdd8f33271c41a9ba88f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "37d0c146c3a57d058dd17c21a1f5c3d02645bec908d6cdd8f33271c41a9ba88f"
sha256 cellar: :any_skip_relocation, sonoma: "567276e0abf5a8f942f7fec776ffe410533624581a4aa2da0cac8a6faee98ee2"
sha256 cellar: :any_skip_relocation, ventura: "567276e0abf5a8f942f7fec776ffe410533624581a4aa2da0cac8a6faee98ee2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "765f317cf7dc24c088af30d1d2f01baacd8a9252dba9482c4a1e9f647d774b8e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbc2982bf3d39f754a5b0c64760c7ba10a653e016e73cbf0c08317cf34e13623"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbc2982bf3d39f754a5b0c64760c7ba10a653e016e73cbf0c08317cf34e13623"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fbc2982bf3d39f754a5b0c64760c7ba10a653e016e73cbf0c08317cf34e13623"
sha256 cellar: :any_skip_relocation, sonoma: "ffba75f8fce322ee632c5b5658c0c392018ec23c8f158227b9b3b8e1fec3023d"
sha256 cellar: :any_skip_relocation, ventura: "ffba75f8fce322ee632c5b5658c0c392018ec23c8f158227b9b3b8e1fec3023d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b3aff39d20e98963f0e3816c6cfbaf81a631f939294d8ea5f37c97dbf9d9196"
end

depends_on "go" => :build
Expand Down

0 comments on commit 178ed22

Please sign in to comment.