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 e81ed29 commit 9a4e08fCopy full SHA for 9a4e08f
Formula/clarinet.rb
@@ -3,8 +3,8 @@ class Clarinet < Formula
3
homepage "https://github.com/hirosystems/clarinet"
4
# pull from git tag to get submodules
5
url "https://github.com/hirosystems/clarinet.git",
6
- tag: "v0.32.0",
7
- revision: "30fa422f58f108e2e13e10e893117706d4cc1c1a"
+ tag: "v0.33.0",
+ revision: "9f410e34c80b86da776144a4cf7dab5d6eefd8d4"
8
license "GPL-3.0-only"
9
head "https://github.com/hirosystems/clarinet.git", branch: "main"
10
@@ -30,7 +30,7 @@ class Clarinet < Formula
30
end
31
32
def install
33
- system "cargo", "install", *std_cargo_args
+ system "cargo", "clarinet-install", "--root", prefix.to_s
34
35
36
test do
0 commit comments