11class 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.26.4 .tar.gz"
5- sha256 "2925d3b68abcd6ad6a040672de7b2f08d9cb55ec15357516acf6cae14d218919 "
4+ url "https://github.com/conda/rattler/archive/refs/tags/rattler_index-v0.26.5 .tar.gz"
5+ sha256 "caff81531323f74a1a7a709c168895108505299e57317a10fbea089fdc134469 "
66 license "BSD-3-Clause"
77 head "https://github.com/conda/rattler.git" , branch : "main"
88
@@ -12,12 +12,12 @@ class RattlerIndex < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_tahoe : "2169badf06a1dba31c4e9e59bc505757b44c87330314fff27fba712f016c650e "
16- sha256 cellar : :any_skip_relocation , arm64_sequoia : "3e976c3c0969906830738ce71a618d31988d077cbfc5808e9d385575489d30bb "
17- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f564e2af34ec3bca9502b75d64d426e0b2261d44c788b91a54e6cb4b38d0ee03 "
18- sha256 cellar : :any_skip_relocation , sonoma : "2f69df76b34fc58aa57c3abe112c259119c16d7d49650d3fa324f16af8a54567 "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "bca7b7617606c45e75e70f64ec859c74f92c595c0fe65eaf4a43b177fd6c5d4c "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "de8207204d494a7c94974e9d2024277257be08417743f02392fdad87e0447895 "
15+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "da49a9fa79bf86d3c0e1a2576275ec8ae4842eb6d6b26edd04268997748eb42f "
16+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "f25d58be299ff98f02453a6792f8fda18b1c85fe24d3530f27afed86ca606348 "
17+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "70932b69d1b5033bdd2e4eb6abf158aab2236feab7e8c1cb9e249efbbf1dd02f "
18+ sha256 cellar : :any_skip_relocation , sonoma : "d3bd5ba0868bc2642b8fc36b523b24f9ca88f81ac3474ab6c1fabcc5949555fc "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "29c8307f44ecda95d7b9a7bee3bf14e560469bf4219c00876aeb2dcd79efbcc5 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f170c5e2450a55399309c2c1aa5d34ed912e6dbc9650e76cc090ef9f98e418da "
2121 end
2222
2323 depends_on "pkgconf" => :build
0 commit comments