diff --git a/Formula/p/pixi.rb b/Formula/p/pixi.rb index 131965ba635c9..371237a1b25b8 100644 --- a/Formula/p/pixi.rb +++ b/Formula/p/pixi.rb @@ -1,19 +1,19 @@ class Pixi < Formula desc "Package management made easy" homepage "https://github.com/prefix-dev/pixi" - url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.5.0.tar.gz" - sha256 "3b0d54b90d7fe45b5cd42c7f340403585efa210547ffd9bc67381a35e14d1b4f" + url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.6.0.tar.gz" + sha256 "fd163a9a8b85d889d9ed4c2b351eda5ea78b7111c9fc456e166e3fb2e4b10e3d" license "BSD-3-Clause" head "https://github.com/prefix-dev/pixi.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3997688af59bcaeb237e1fc1b58136c99309cf845ab06011b0df1ec04471c84b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6a90c33638b17028bc1ce171d43b121b762ce9e103c49d7fef5234fbb70bdd6f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "941e08df10538064cd60880d881d6055ca0a7e355b187e86b6b1642cfa1b68ba" - sha256 cellar: :any_skip_relocation, sonoma: "0bbaab62f485bef82bed8c67688799ee585689d60bb82ad26451afb08a071a1e" - sha256 cellar: :any_skip_relocation, ventura: "01f5a77a8c788f37eba1dc3150fbd89a025fcfcaa10efc41548577c76db60754" - sha256 cellar: :any_skip_relocation, monterey: "71ac1f78606fa83610d253b7f39f9915f917a3d6c39b94eec137d1cdf60c89a1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fc59d373fbda4e8ac510ed4b6dae72d0bf0a55bc7e6cf013863ead32ea13c4b1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "10b28fd88a95ee384cf48fbc73068b59d76228f9350c3c1ecbfba871cf8d48d4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5b869cbb3a7103d911dd0a3899b9819591ec19aa6c4e64a16ba7cbe4cb2fac71" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4c8cd22ff4b6e3fcb936bdd1b9c1a6815cc5d771cb3aab97c4a631c657003ac1" + sha256 cellar: :any_skip_relocation, sonoma: "76abf0131ea3f89ba4d24192f3e8c47ff6cb237a1a915de1f7af7de1acaa7aa7" + sha256 cellar: :any_skip_relocation, ventura: "3446136007db6cc846b609ce43a990cf13910437b5d06f9370f974c2061b74ec" + sha256 cellar: :any_skip_relocation, monterey: "26b5c4a5ed667cb54eea3e3e7ad998d7640f73e02366a786f6fc1c5997d2510a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9de44848333a75c430478f2192e4d4c6ee06971043bd4297a64c78248a51eaa0" end depends_on "cmake" => :build