Skip to content

Commit

Permalink
Merge pull request #201565 from Homebrew/bump-rattler-build-0.33.0
Browse files Browse the repository at this point in the history
rattler-build 0.33.0
  • Loading branch information
BrewTestBot authored Dec 17, 2024
2 parents b6e3c1d + 2ac5686 commit f9b9d3a
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.32.1.tar.gz"
sha256 "bb091851c634fc60fdf29def396415d82df1a628ca0126476153de08b0c2c89a"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.33.0.tar.gz"
sha256 "197b35613a32b9b2a0885b7c501b65cd4e9e8b6c7a8ce7bb861dbfcf513af83d"
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: "422e5f895f7990bd1c64551c441bc3483bbe6b8aaa9d996762982162e4f5a3f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdee8aa4df777c6d288ab5c83b8f7d1600c0f9db19929e372327f82a3908cd55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aaad6bb8bd212ec03682183e361a44335970924b059f6fa227908b9e19c512a7"
sha256 cellar: :any_skip_relocation, sonoma: "3a7d256b51de829f0eae034f142c0044651d0b496041aaf6a2796abcca27dd35"
sha256 cellar: :any_skip_relocation, ventura: "5aa66a720ee9d433367c500a46e48124e61cca661ce69554942a3eed1dd6410e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "332dbf9963912802d5fa072a16c50b66d14261a757dd7e81854ebe2a7b9a1c59"
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"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit f9b9d3a

Please sign in to comment.