Skip to content

Commit 0096f87

Browse files
authored
Merge pull request #229971 from Homebrew/bump-rattler-index-0.24.4
rattler-index 0.24.4
2 parents 3696f4e + abbc698 commit 0096f87

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/rattler-index.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RattlerIndex < Formula
22
desc "Index conda channels using rattler"
33
homepage "https://github.com/conda/rattler"
4-
url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.24.3.tar.gz"
5-
sha256 "27c6778b694f48d0b6e14cf9002593b36bc751ddb09efd47feb80b538f3c263b"
4+
url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.24.4.tar.gz"
5+
sha256 "6866969742eef846e627bb1d9b4fecf96cfd0c913dba429b2da24d0184a3a151"
66
license "BSD-3-Clause"
77
head "https://github.com/conda/rattler.git", branch: "main"
88

@@ -12,13 +12,13 @@ class RattlerIndex < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a084c58a8f760c7f9309d8efd526c752c77cf3bffe80013e0525a5d1a66f71c1"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ceb2566830f17280f0481aba1364d98a8704954a8f5a4c345f949df72c2a5483"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec634f5c0ac6a7806e167e20f3119d2a23d46d3eb56731606ee8e13a3f417331"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2054cb21f6f1fb0ebd3ae534cb26d0efc9f66d0e34387d53f788bc93791d1944"
19-
sha256 cellar: :any_skip_relocation, ventura: "d634d47c1d179c0d440e9e3c1520f6ae3dc161faaa634a82a6a40818ad2973de"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "401b93d2f4fc81bb4838f2b0e032dcd9ac2717a724081a885e91e33bf0f573b4"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fb516fd20b7223a3393dbdbde0f22c170989b67258d6afbdf0280e40b203447"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "02a0f0038ae88425dda88cd712407fd141e6182c08034fe43291b73c268d5a5a"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13528210accd25aede24260e7511645b5eac4755e5648ca76facc97149beeff0"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c294ecf857b4807a337d6140e79c8f14a2f74b93bf7b6265534baf8ae24cf9c9"
18+
sha256 cellar: :any_skip_relocation, sonoma: "062786428e2904759f841fa99d835960ad73851b843f58de71388fea9d0a2232"
19+
sha256 cellar: :any_skip_relocation, ventura: "42151e8cdac2cc87b59bda03063ebec31081bc662e1da90eedc20550c9b03a4a"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "a0c6d635b4030f1c5bb0d14114bdd85065b8a048645e28c5b53f236ec5b6ebf4"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7614a0d2482f5f22e90d8c1900da771a74b523e2d2738a0dd9e36afcb9e3db3"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)