1
1
class Pixi < Formula
2
2
desc "Package management made easy"
3
3
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 "
6
6
license "BSD-3-Clause"
7
7
head "https://github.com/prefix-dev/pixi.git" , branch : "main"
8
8
@@ -15,12 +15,12 @@ class Pixi < Formula
15
15
end
16
16
17
17
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 "
24
24
end
25
25
26
26
depends_on "cmake" => :build
@@ -31,6 +31,7 @@ class Pixi < Formula
31
31
32
32
on_linux do
33
33
depends_on "openssl@3"
34
+ depends_on "xz" # for liblzma
34
35
end
35
36
36
37
def install
0 commit comments