We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbb0f3 commit 7319bbdCopy full SHA for 7319bbd
Formula/p/pixi.rb
@@ -1,8 +1,8 @@
1
class Pixi < Formula
2
desc "Package management made easy"
3
homepage "https://pixi.sh"
4
- url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.50.2.tar.gz"
5
- sha256 "26636239084fba212f175d843f1b3f3a1321946ea9287db0cee473ecd47cafaf"
+ url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.51.0.tar.gz"
+ sha256 "42346913e069751f22d4187953ba2fce8894c61b2da4b1f5798453d9c94ff5e8"
6
license "BSD-3-Clause"
7
head "https://github.com/prefix-dev/pixi.git", branch: "main"
8
@@ -48,6 +48,8 @@ def install
48
end
49
50
test do
51
+ ENV["PIXI_HOME"] = testpath
52
+
53
assert_equal "pixi #{version}", shell_output("#{bin}/pixi --version").strip
54
55
system bin/"pixi", "init"
0 commit comments