Skip to content

Commit

Permalink
Merge pull request #200663 from Homebrew/bump-rattler-build-0.32.0
Browse files Browse the repository at this point in the history
rattler-build 0.32.0
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents 62c6ee5 + d74cd36 commit d56297a
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://github.com/prefix-dev/rattler-build"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.31.1.tar.gz"
sha256 "844a399e4c1625456dd6900d49d0115c8da11c117f06d26d75cb104cc1edadce"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.32.0.tar.gz"
sha256 "58cf11c43a70915fd312fd3095a191c36df4156c1bd539a306c3c247f0eb4b35"
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: "71036e4ac28eb00145717d1db60a8c15a34a95421852ca997273cb1371a0f9d2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d77210b32746492979e226c4917fa00b5d5022362bf6e47d47d9b47bb9294946"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e73e10e87e704c3b16ccb0c0c2c4bbca5d415ba551615ad87b48df50678228a"
sha256 cellar: :any_skip_relocation, sonoma: "0242f8fdc46a0b447fc53324faf3b50e0120ce07f608b0443dc4fff3df8190e1"
sha256 cellar: :any_skip_relocation, ventura: "d37f49210da594bed9ac870f4438774a04bab711d0c4177d866bc52957adfe79"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e30fa49f9291a7d3aa161e77e7a31eab390de8b2fbea90a985dfcea1f105c5ce"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "475ce73208ddd3baf3e8b00ae2c391a5b908984d9298367347361b7b0b909385"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7984aa3f3e9da31450cd48eeabfbb2d3c31e70c15afd03f333a831ce1e75ee9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb1900e1069fff41645fbd8202ff0d638af240322477735408f9d53364ffb653"
sha256 cellar: :any_skip_relocation, sonoma: "fffd41a43b977d88e074540b7c38f8a9316accf875e75cc638feea0ae95afe13"
sha256 cellar: :any_skip_relocation, ventura: "900ec304b31c55dfcba6b0744651e3351cebbf335daa24c59c490b048bd7acce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ad6c6ac11914ef9225e7bbb431322286039afba2a8f93426ba4d8615002fab8"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit d56297a

Please sign in to comment.