diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 742d7584e323d..b1d74f3b94a78 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,8 +1,8 @@ class Pixi < Formula desc "Package management made easy" homepage "https://pixi.sh" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.9.0.tar.gz" - sha256 "1afa3fe799485ca3cb24df487834f6c52ec1b08b8915d39ec6496f9036ae3560" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.9.1.tar.gz" + sha256 "af2092bbe1bfd480f5e187c361da234965276d2eef4e00dc393b30c2ad05f168" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" @@ -15,13 +15,13 @@ class Pixi < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f9085a9da40355627d653077ac934abb8a40accb0a40fff90a4a0e4e067f034c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "dabce4745c69951dd9a7b21efffb2d263c95c68df70fbbae1bd688a8839630ae" - sha256 cellar: :any_skip_relocation, arm64_monterey: "047ebaee1370f27959b7e1479bfd2b30f9e6f27c0e21ac9fdd5fc89d4cd54a06" - sha256 cellar: :any_skip_relocation, sonoma: "4ce36b225ac398df09400fbce5d160a27d3605d49646765ebcaf621bafc44445" - sha256 cellar: :any_skip_relocation, ventura: "eb2a1913d164a1003039c21d7b9b2b13f02dc7c58a5c90b592351ecd8c5e6955" - sha256 cellar: :any_skip_relocation, monterey: "30a89fb5f49d8ba52ee3a168955d9dc3c7716888d5285dc342586872d466393d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9f09f6fdd7b9f8f48b6955f40614e6d157069c24a71c7830467df6f5b5789618" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "16e6808e150d32d13a28e5123baf32a20624b8b4b69f6348e0c968ea39eec706" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1913c8cd88f150cff072824163be5b63dfd0eea82dc753f8fc5fcda02edfcfb2" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d311cc451aa8774feb742cd14f4ac969003631676e5638385968a796d8444aaa" + sha256 cellar: :any_skip_relocation, sonoma: "95fc4825b83bc574e320d614684e3798a23736853fd0a697fd0b89ca25c1c1f7" + sha256 cellar: :any_skip_relocation, ventura: "1b05a1579a2f4ae8663c6960c16e739fa5254fcd05ee3205ff45a0775db1fe48" + sha256 cellar: :any_skip_relocation, monterey: "3fed42867d15f3095263f0693a997fce9759aac549b5057d7cde897ca61b3b64" + sha256 cellar: :any_skip_relocation, x86_64_linux: "67bb1bd6bbb5839aceefa08bf9ba02aaa543b5c0b2c4ee123e415013706d162f" end depends_on "cmake" => :build