Skip to content

Commit

Permalink
Merge pull request #202231 from Homebrew/bump-rattler-build-0.33.1
Browse files Browse the repository at this point in the history
rattler-build 0.33.1
  • Loading branch information
BrewTestBot authored Dec 23, 2024
2 parents 3d121d4 + 90320a1 commit 96adc97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rattler-build.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class RattlerBuild < Formula
desc "Universal conda package builder"
homepage "https://rattler.build"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.33.0.tar.gz"
sha256 "197b35613a32b9b2a0885b7c501b65cd4e9e8b6c7a8ce7bb861dbfcf513af83d"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.33.1.tar.gz"
sha256 "08f61d0e3998872881129913ac821914cfb9b470e571c5645409eaf7493cdf12"
license "BSD-3-Clause"
head "https://github.com/prefix-dev/rattler-build.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class RattlerBuild < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96c75c6690e7908cb74562d24dcd13d573bf77e48450f077dbfd54ae6f1b3c8d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6456d3391b199ccdff2b3f9dabac311875fd17622f86d668ec26d8d371ae3e9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "150582c10d63d26c850932a9fa59188013b989c0e2def10bc5089abe087897ea"
sha256 cellar: :any_skip_relocation, sonoma: "e2b3454dc12e84768d1866c4872d2c3d70e415127a95ecae7b4631af4e3af59c"
sha256 cellar: :any_skip_relocation, ventura: "cd35e484855aa5673dfbbbc2063620bb3d8979aacc4d4edbcfdb071a0ac48aba"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c9edb550825214fb0e5b083a56a5dba908ca54e8193ab4db1705feaf5e9363e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18637e5b5ede17586f4e0ed59a05aaaffb1db086bafa6bc3c7a43f39e21ec3d3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "08f30b07595b70dedf7abdc2e0eb8b8bd1a68c375248eb97b88ddb8b4d194c21"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f14823549b751fc26e999bbbf59f80aa53ec416145e544ae30281a417a94b4a4"
sha256 cellar: :any_skip_relocation, sonoma: "2f7f60a6a514f751ebd5445b29a3228c5808e33aed00805672c8925fcb5e403c"
sha256 cellar: :any_skip_relocation, ventura: "1ac0888adc549fd0c4052bb3a32409817d6e26263f52c0c56563706e10a52ece"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f9c55eae473ee3e17844666c3198614230e1c6117f6f88a132ec19aeed68870"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit 96adc97

Please sign in to comment.