Skip to content

Commit

Permalink
Merge pull request #200822 from Homebrew/bump-pixi-0.39.2
Browse files Browse the repository at this point in the history
pixi 0.39.2
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 67d79da + 99eb3b2 commit 0957669
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pixi.rb
Original file line number Diff line number Diff line change
@@ -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.39.0.tar.gz"
sha256 "e388330db1cb932371b84a6d3d2f09f22bd323a1a8def7d08df30217f49eb63d"
url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.39.2.tar.gz"
sha256 "19739239e51eabc93da47c58d22054d5be18a39a7e63e2a618e084c71434232e"
license "BSD-3-Clause"
head "https://github.com/prefix-dev/pixi.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class Pixi < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd65530c7d2e6c71851a9e73e5071b03588a4b160b2d22a20670b87dfc8edad4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2ac6c3de09029bf8ae9730ebd4d45f99e8e21e83c991f1756852363bc190589"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a95c3c07579ab07442e58e573318737679d3bfecfa5dd2290096e06af25f18a"
sha256 cellar: :any_skip_relocation, sonoma: "88688e1042ad571128cf7e7ee609c402e798074b249e067714b9f596d78d2f30"
sha256 cellar: :any_skip_relocation, ventura: "6075eb18dd483a3e5f021e88fa37c72ed30208256c8effd62e236b30b9ddd857"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f05867df9e3583447b1f1fc7890543d49244dc6828c222a51315ef5c0f0484e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dbe0c9555f713267f1ea936b45022886354e1d8b94ada158d711dfc5f353da3a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c4befa10eb9d636e5c604ec894bffaecb662f92c07b84f870fa548a3a09981f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ad7225feddf5423ed7348468d2fd77853ad4c4a1a11e6b7db6d135b925ef035c"
sha256 cellar: :any_skip_relocation, sonoma: "930a4e3250a7576e28ec166f3307c34cb1997767f76687aacd1b617af2f1b8d3"
sha256 cellar: :any_skip_relocation, ventura: "5974f015624e783ae195ba2e6aa2abf95a8dc051b645386b8573e7a34f30ecca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ef0da59e1c0148d5fd0ac68c624a2d593e099efba861cad3c07cb9aa5609503"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 0957669

Please sign in to comment.