Skip to content

Commit 7319bbd

Browse files
BrewTestBotdaeho-ro
authored andcommitted
pixi 0.51.0
1 parent 7cbb0f3 commit 7319bbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/p/pixi.rb

Lines changed: 4 additions & 2 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.50.2.tar.gz"
5-
sha256 "26636239084fba212f175d843f1b3f3a1321946ea9287db0cee473ecd47cafaf"
4+
url "https://github.com/prefix-dev/pixi/archive/refs/tags/v0.51.0.tar.gz"
5+
sha256 "42346913e069751f22d4187953ba2fce8894c61b2da4b1f5798453d9c94ff5e8"
66
license "BSD-3-Clause"
77
head "https://github.com/prefix-dev/pixi.git", branch: "main"
88

@@ -48,6 +48,8 @@ def install
4848
end
4949

5050
test do
51+
ENV["PIXI_HOME"] = testpath
52+
5153
assert_equal "pixi #{version}", shell_output("#{bin}/pixi --version").strip
5254

5355
system bin/"pixi", "init"

0 commit comments

Comments
 (0)