diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index b323edef8678f..98bc7700231cf 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.27.0.tar.gz" - sha256 "cbda3ffc597289f5f031a30c854e74da0c4d31993ef9398868c73078fca6c452" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.27.1.tar.gz" + sha256 "1a64f7b61126c3e69c63fd390ac4de2fa42a79970e04f756b0c2e5b8fc76ef59" 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: "8e164dc3bb66885daddd7b2f979b14e5ab7cfb868e39ce798180bc7921795151" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1fd710ec77abe27cce40d084804c40b4ed3bc018b11e1a335c2028ba324c7d10" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e7edd7582678d144e04dd59efa85b45443d86d6c3892ee03fe1154f01504cb9e" - sha256 cellar: :any_skip_relocation, sonoma: "dc8d351badc116afa95ab4348d7deab5130ad4f29ffe4ede7761cf2b8b6deb09" - sha256 cellar: :any_skip_relocation, ventura: "58bdc83964be1bc81ed38bfa030e51cf8c279ff9d305c357517d123352a1de21" - sha256 cellar: :any_skip_relocation, monterey: "00a6c254e195cd48ff8e129cdfbda4b27c6a04884b546bea442e55eb4212f195" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9d23b9d45e61d792194cd035d3a09d08cad5fc77d39dd1a7cf8a85e8dbbe48a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "deebd03556bd90f37e3dc5306b781cc00a7c034dddec2aa801b899952531c920" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4a7247ce868c68f1603aff3d898e0219ded040f6cae9b02eace957f6f069820a" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0c3bfc577cf46bfb01ebf8478501c7fbf2846b1e3c8a1f08fffeba25d2dd2229" + sha256 cellar: :any_skip_relocation, sonoma: "43888125218fec58171b4d189474ef434ea3f4dde4034109b8d2d17391c8e954" + sha256 cellar: :any_skip_relocation, ventura: "429d79141948cb03089316c02753a1ce2918337bc7b53091621d309df0718a9d" + sha256 cellar: :any_skip_relocation, monterey: "c6410e60fe3d7e98ff5fdba1abb32c5d3fcdda4df35c8bd062af8a8cd9cb7ab4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ef10d208e551862e74cca85cf6d98916e9858b90d124411706143c686d2c4f6a" end depends_on "cmake" => :build