Skip to content

Commit

Permalink
Merge pull request #196814 from Homebrew/bump-pixi-0.35.0
Browse files Browse the repository at this point in the history
pixi 0.35.0
  • Loading branch information
BrewTestBot authored Nov 6, 2024
2 parents af9d129 + 60f7378 commit a8e094f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 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.34.0.tar.gz"
sha256 "2e38380143ab8df1d42609cec3a37704ab5594cc4a247c56937ea9ff063d2688"
url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.35.0.tar.gz"
sha256 "2639c190e88e8ec14a8d51ef666074be246cf89da748e14ce1c6af3d8ddb2f0e"
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: "ed449aa195238f660e9d62a694518e80d90f231d48cf249cbe4af9f8ffa7d999"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cca551166ed1864c73d843dd023690e73d10ca27776b9859e9daf33568d6a6a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7ad72a427e3c572e3c6bac3f05e3dc227edc7efad084e96d967fb706ade89d3"
sha256 cellar: :any_skip_relocation, sonoma: "34eb3469edf7793749febbdb4ddbdc7b1e1b859761d94e15e5834016d066e99e"
sha256 cellar: :any_skip_relocation, ventura: "06a16ac9040c9a189a0e44638c48573ad110a66aa4293ecea916da0c70b7d915"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca39970a904fc7fadf524bd8a7ea23fddb64ede03975c401b1f3c7ceb7c2e9e7"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a94b8f4d40098e8cdacf341fd0b02b2f19b0afda7d9a30dbfd9705efce9283f9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a21b6626d84bc27bc7d66247d7a8e15a519580e12b25838452d6ff2f5789530"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a44fc9cd399c439fae8f27522da1af08e11bafc03954c1b422caca44aeeaf020"
sha256 cellar: :any_skip_relocation, sonoma: "86487ad823b21738227f8afd959047213ef0ce3acf29421960e6764c0c0d90d2"
sha256 cellar: :any_skip_relocation, ventura: "4306c117be8084b6deac15b13c84e1a4571381b4d15170be6a7642a3103e4aab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "00a202eaaade3140c8f725c8e7419c0afa0f1eb2402e6164e739b27fe7ec23a1"
end

depends_on "cmake" => :build
Expand All @@ -31,6 +31,7 @@ class Pixi < Formula

on_linux do
depends_on "openssl@3"
depends_on "xz" # for liblzma
end

def install
Expand Down

0 comments on commit a8e094f

Please sign in to comment.