Skip to content

Commit 9a4e08f

Browse files
blockstack-devopsSMillerDev
authored andcommitted
clarinet 0.33.0
* clarinet 0.33.0 * clarinet update install cmd * clarinet adjust cargo install args * clarinet set prefix * clarinet separate args * clarinet convert prefix to string Closes Homebrew#106391. Co-authored-by: Sean Molenaar <[email protected]> Co-authored-by: blockstack-devops <[email protected]> Signed-off-by: Sean Molenaar <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent e81ed29 commit 9a4e08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/clarinet.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Clarinet < Formula
33
homepage "https://github.com/hirosystems/clarinet"
44
# pull from git tag to get submodules
55
url "https://github.com/hirosystems/clarinet.git",
6-
tag: "v0.32.0",
7-
revision: "30fa422f58f108e2e13e10e893117706d4cc1c1a"
6+
tag: "v0.33.0",
7+
revision: "9f410e34c80b86da776144a4cf7dab5d6eefd8d4"
88
license "GPL-3.0-only"
99
head "https://github.com/hirosystems/clarinet.git", branch: "main"
1010

@@ -30,7 +30,7 @@ class Clarinet < Formula
3030
end
3131

3232
def install
33-
system "cargo", "install", *std_cargo_args
33+
system "cargo", "clarinet-install", "--root", prefix.to_s
3434
end
3535

3636
test do

0 commit comments

Comments
 (0)