Skip to content

Commit fa77b88

Browse files
authored
Merge pull request #229529 from Homebrew/bump-clarinet-3.3.0
clarinet 3.3.0
2 parents ed458c9 + 61000ee commit fa77b88

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/clarinet.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Clarinet < Formula
22
desc "Command-line tool and runtime for the Clarity smart contract language"
33
homepage "https://www.hiro.so/clarinet"
4-
url "https://github.com/hirosystems/clarinet/archive/refs/tags/v3.2.0.tar.gz"
5-
sha256 "ba32f6028b6eb3d3b728da62dae7495bb75e856177ad80fc81f0988d3281d95f"
4+
url "https://github.com/hirosystems/clarinet/archive/refs/tags/v3.3.0.tar.gz"
5+
sha256 "8cd4eb4f60c0e933437318a41d3d9c3854d6d4a3488c35c873508f11aabd270f"
66
license "GPL-3.0-only"
77
head "https://github.com/hirosystems/clarinet.git", branch: "main"
88

@@ -12,13 +12,13 @@ class Clarinet < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "25851609641d7b0dbe95ac7e1b57571a0595678fd046881e9fdf22d826da60d8"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e59203fe15e7a5b95390c100258bbcfc08e2979b97b30f5d6c9e2d203cba613"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ade11d84800cb34ac0fe547117958bd31f83d0a0b819fcd605920e61c644bf6"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5bccb8117c356bdd971ccd42c5668fdf2dc729f4c6207bb6097e1d66c4ea74e4"
19-
sha256 cellar: :any_skip_relocation, ventura: "c2a9f00c1187028f2de8e1e57066acc4ee43073bf292bff6e8f8607d65866c72"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "9d3e5421565609dfaa4c45c58cb69a271140f3df81db437f5f4c0b5a817119f1"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fbe97ee77b11608e8d194d0ee37af27957472a48114c31748a3d175810c53c91"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e8f95560c7af6545b67f53e835bcce5f282a70aca156728a19fc081b3cadc46"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dbc12133ed1f0b2b2f3bf52ed4dce36dab2c5230d8c7806f15c3f42f52c07b8c"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9006e9578e085ca57bdf60f31d8387a853baafb92c8564882c4d93f0601df6fc"
18+
sha256 cellar: :any_skip_relocation, sonoma: "19c529953a642ecd9a05d258d2c1fac83fbf367208aadb674edfe451e0721c0d"
19+
sha256 cellar: :any_skip_relocation, ventura: "58946969b1a421ccdf9d7bdc4df3ee62a897a8d354091ab0c3fcf6ce0e66697c"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "4b10a50a8d623d5bb3b017f3229da2324b7d459d08232288e9befa4ff7a347b4"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a7a90c38549ae8ef1003003802ad63f84559b2578e02ccb4283573692a595b38"
2222
end
2323

2424
depends_on "rust" => :build

0 commit comments

Comments
 (0)