Skip to content

Commit

Permalink
Merge pull request #169337 from Homebrew/bump-rattler-build-0.15.0
Browse files Browse the repository at this point in the history
rattler-build 0.15.0
  • Loading branch information
BrewTestBot authored Apr 17, 2024
2 parents edb6e0f + 560ea9c commit 17851e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.14.2.tar.gz"
sha256 "4b5ab12d861292c5df19448b0833fcb8a4b57331cf007cd0441eace3d2295367"
url "https://github.com/prefix-dev/rattler-build/archive/refs/tags/v0.15.0.tar.gz"
sha256 "f60739e4815873ff6fa18c54256ecf46af8743136d64b659a2b6eea15fe8bcd6"
license "BSD-3-Clause"
head "https://github.com/prefix-dev/rattler-build.git", branch: "main"

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

bottle do
sha256 cellar: :any, arm64_sonoma: "b9bd7f21a4e1a025cae654c5f6cbcb034506511ecf2d97c506bfe52517d17146"
sha256 cellar: :any, arm64_ventura: "1107f0e149425c297c91ad7904570923fdd082820ad1f4ffcbbd453ce6522ecf"
sha256 cellar: :any, arm64_monterey: "58944b3561ce3626c2d4f86f0eef1125024003474cc7aae5881fa477d125e02d"
sha256 cellar: :any, sonoma: "5b3109015d1614c3e3bc7d4e6708d136a377c1ae83952b658d23ec160a78063f"
sha256 cellar: :any, ventura: "49a263d16430b01b341c74123d52fedf2646194b2cab0f0c96f86ff4345b4615"
sha256 cellar: :any, monterey: "eb1feab85cd2d859ffd0fde7969ebce496fa21f252ea8c83df5afb4bff424f82"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e7bcd40b4fd1a369d9287dea313a4525247aef3708c03c85b65c5e3fff31a5d"
sha256 cellar: :any, arm64_sonoma: "23119c0bfe78f0773c83e8a4812d992f9ee3ca2200a212b463c1c7edb6b2034a"
sha256 cellar: :any, arm64_ventura: "a8b867df79529c0a90f9e2acc174ced51edbdb5c560744d17acc2253094abc31"
sha256 cellar: :any, arm64_monterey: "5a547da2b7c78a95aa5e8edf80ab68a575f9d0bc3fba53ba678fc6d5b1056bb9"
sha256 cellar: :any, sonoma: "70883c0d944cd46d29775c9a2fe10adfd12f231cde704eafdfd9eb7d4da2bcc9"
sha256 cellar: :any, ventura: "e8a480fe3fba55edc9e5e03121844b92b327462ce8ba305ec142f3397e6eb6b8"
sha256 cellar: :any, monterey: "c96996898dee8b57712d04f2ea8c202aa8d18ce675422cdc44967817ea6b0556"
sha256 cellar: :any_skip_relocation, x86_64_linux: "14d403c0c46efcc8031551dc16a0dcef71aa94add6baad0d27a59ff20dcf2ad8"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 17851e2

Please sign in to comment.