Skip to content

Commit

Permalink
Merge pull request #203343 from Homebrew/bump-hermit-0.42.0
Browse files Browse the repository at this point in the history
hermit 0.42.0
  • Loading branch information
BrewTestBot authored Jan 6, 2025
2 parents 22e536b + e77a0be commit e726005
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/h/hermit.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Hermit < Formula
desc "Manages isolated, self-bootstrapping sets of tools in software projects"
homepage "https://cashapp.github.io/hermit"
url "https://github.com/cashapp/hermit/archive/refs/tags/v0.41.0.tar.gz"
sha256 "330ee3826bc686135b8c6e3ae764e27fe2e446df484f04d08fc90bb86beea9db"
url "https://github.com/cashapp/hermit/archive/refs/tags/v0.42.0.tar.gz"
sha256 "fb03ba33da2c38bde1cff17dab66b84cdc49bec6b38860f7b662ad782ea64d98"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07dc2c7c6a3327033f61755f0e4860ee1e7972ff0643b576fcb03b14bffbd629"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8da34bff41a7f5c0c4e738e5ecbcb1184334d307cf0046eb9cdb1c1976b1d02"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b680e7d511afdebf205f0b51be756a7f92079a48ec5a8cfc9e511ce38fbd94be"
sha256 cellar: :any_skip_relocation, sonoma: "5268f3ae0ed4ce9dc0d54ede0bf21a88924cab70be595e02ae8c476ff35faed0"
sha256 cellar: :any_skip_relocation, ventura: "092637f88e7638750b7118cf4f0b3688fb8b314116267b16d8e01f659fbf15d3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "61ae0e9f614015f43fea330c98565e51e636147ae12e2ba61afd042f26a645d5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6b58196bdb896a83f7b2ee9ecc9fa3a6595d2e44add7d51961b6b802049d829"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e2678e186fc45eac1df9ae62106d8b7531ca56fa9486c654b3d73bd81a3493d9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cce18ba51647e26e039192d296599a4fc1d832c407723a0053eba9d93c63e1f6"
sha256 cellar: :any_skip_relocation, sonoma: "b4ad09a922c071184f7f989268087f997e80c969f43f0d86985c748992bb1bf7"
sha256 cellar: :any_skip_relocation, ventura: "4980ff0900535c34c42a4be5336af8531d922e570687808f98f7fe76eeafc38a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d183ca6ddc7cb88bd9f2a2b6e9a4abd6d3a5aafb56b28c495c0484c77621fd79"
end

depends_on "go" => :build
Expand Down

0 comments on commit e726005

Please sign in to comment.