Skip to content

Commit a8e094f

Browse files
authored
Merge pull request #196814 from Homebrew/bump-pixi-0.35.0
pixi 0.35.0
2 parents af9d129 + 60f7378 commit a8e094f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/p/pixi.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pixi < Formula
22
desc "Package management made easy"
33
homepage "https://pixi.sh"
4-
url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.34.0.tar.gz"
5-
sha256 "2e38380143ab8df1d42609cec3a37704ab5594cc4a247c56937ea9ff063d2688"
4+
url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.35.0.tar.gz"
5+
sha256 "2639c190e88e8ec14a8d51ef666074be246cf89da748e14ce1c6af3d8ddb2f0e"
66
license "BSD-3-Clause"
77
head "https://github.com/prefix-dev/pixi.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Pixi < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed449aa195238f660e9d62a694518e80d90f231d48cf249cbe4af9f8ffa7d999"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cca551166ed1864c73d843dd023690e73d10ca27776b9859e9daf33568d6a6a0"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7ad72a427e3c572e3c6bac3f05e3dc227edc7efad084e96d967fb706ade89d3"
21-
sha256 cellar: :any_skip_relocation, sonoma: "34eb3469edf7793749febbdb4ddbdc7b1e1b859761d94e15e5834016d066e99e"
22-
sha256 cellar: :any_skip_relocation, ventura: "06a16ac9040c9a189a0e44638c48573ad110a66aa4293ecea916da0c70b7d915"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca39970a904fc7fadf524bd8a7ea23fddb64ede03975c401b1f3c7ceb7c2e9e7"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a94b8f4d40098e8cdacf341fd0b02b2f19b0afda7d9a30dbfd9705efce9283f9"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a21b6626d84bc27bc7d66247d7a8e15a519580e12b25838452d6ff2f5789530"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a44fc9cd399c439fae8f27522da1af08e11bafc03954c1b422caca44aeeaf020"
21+
sha256 cellar: :any_skip_relocation, sonoma: "86487ad823b21738227f8afd959047213ef0ce3acf29421960e6764c0c0d90d2"
22+
sha256 cellar: :any_skip_relocation, ventura: "4306c117be8084b6deac15b13c84e1a4571381b4d15170be6a7642a3103e4aab"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "00a202eaaade3140c8f725c8e7419c0afa0f1eb2402e6164e739b27fe7ec23a1"
2424
end
2525

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

3232
on_linux do
3333
depends_on "openssl@3"
34+
depends_on "xz" # for liblzma
3435
end
3536

3637
def install

0 commit comments

Comments
 (0)