11class RattlerBuild < Formula
22 desc "Universal conda package builder"
33 homepage "https://rattler.build"
4- url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.34.0 .tar.gz"
5- sha256 "fe248fddff9c078efd3edc270abb90ec13bf2325a6b0029bc799f7b0c946c464 "
4+ url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.34.1 .tar.gz"
5+ sha256 "1dec2bc2080d56054e7bb1aa52fe0effa2d1f46c8debe6c372d886330ea13c8c "
66 license "BSD-3-Clause"
77 head "https://github.com/prefix-dev/rattler-build.git" , branch : "main"
88
@@ -15,12 +15,12 @@ class RattlerBuild < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5ffc9db0dd2d52b2e8672880438a070091bb813825a7be42eca1c875d4e2c0dc "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "da4cdf7697385e5b41d57fba0731508c3f7aee5058d326943354c2c12ab6fc44 "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "fe03df39277b685b7e540ee7b0e0b62c4fe5d86a34f86c5d60a327ba58403ffd "
21- sha256 cellar : :any_skip_relocation , sonoma : "1e0d71beedc8dca6f2279086929e5328818ecd4b8c7b87378d60605cb6ad370c "
22- sha256 cellar : :any_skip_relocation , ventura : "4ee7fc21616d10972b90229479661c16f38c211fc6f6e3f1990ae1e8e18ea8ea "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "490184aa02ea30a11a4caebbb347efdc1ab079d48aaca8fe7790e273369962fe "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "a9dc851f329089dcdfb7c0fd9acab20539e32f58c5c899f654bd6662b1f14fe5 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "9ed7b0e1c1c6ffee35bf178a497bd293aed90ba6c41390a993e45bdc3632281b "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "d6bc911ccbb5b719aea0246cbdca59218c71e6add156a5ddc20426f90b6a61b2 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "9930fe2a7f98063802234838eb821ceff8d06c700d9c5b5d13dcc25bd9a428b2 "
22+ sha256 cellar : :any_skip_relocation , ventura : "baecd747be36130c4faaf5ea9450978f69bcc98903d138688bf4cecaa03ef4ef "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c07f641eec35bbb3140c33e1d655b239d3c19ab585f8f214c0a6e131d3d44dc7 "
2424 end
2525
2626 depends_on "pkgconf" => :build
0 commit comments