Skip to content

Commit

Permalink
Merge pull request Homebrew#162135 from blockstack-devops/bump-clarin…
Browse files Browse the repository at this point in the history
…et-2.2.1

clarinet 2.2.1
  • Loading branch information
BrewTestBot authored Feb 8, 2024
2 parents e5e5f02 + 42adb0b commit 91b09c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/clarinet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Clarinet < Formula
homepage "https://github.com/hirosystems/clarinet"
# pull from git tag to get submodules
url "https://github.com/hirosystems/clarinet.git",
tag: "v2.2.0",
revision: "5b3fdb8a9e686d060ff1da71c5f4ae879f001f39"
tag: "v2.2.1",
revision: "4bfe97652081691dd3a23a87def00ac241aebccc"
license "GPL-3.0-only"
head "https://github.com/hirosystems/clarinet.git", branch: "main"

Expand All @@ -14,13 +14,13 @@ class Clarinet < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db6fc59abdbb614d086ea530c81d0eb6aa59743aa1cf645d102d311766f4052a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c51cd910c688145555202d6ea539d14a51d49c413f22d64c24cc8f1499bfa87e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "38ae680da1dc38e44b4479cebffa414d5061478e6ca76ff1dc62fa600cedc5a7"
sha256 cellar: :any_skip_relocation, sonoma: "4bc463f99f082f2c9d73af1b235e8a2cca794842044c9b3f03becc2bfc0fd59a"
sha256 cellar: :any_skip_relocation, ventura: "4a09ed858e7fec8782d1b8f374357491e3cc6646ab456cefbe8b9393f65712da"
sha256 cellar: :any_skip_relocation, monterey: "ec48599d506e37ffa6eaf7b1c2cc00073c484e60bd3dbe189d1b1585081b25e1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "afb7a73134798cf7dedf0ca3323293e2ad6d4e27e175459bfb7d2c7b07978e12"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "45701a169c217fe4e51973d6e37f71d8adce54021069c19e335ef131d0c4c420"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f797d30a4c1664e4121bb6517560c8785d7b42cb0f99da823fd8a63f0fff0363"
sha256 cellar: :any_skip_relocation, arm64_monterey: "64dc4cd12b6a8d1500d4f6374983c758aa584c4f5b51c937f6323fae9ee1afc3"
sha256 cellar: :any_skip_relocation, sonoma: "329762031e6e183592a307657d49e80cf495fec8d5b4ab3e950f69aa96952fda"
sha256 cellar: :any_skip_relocation, ventura: "036b4600c4134480c7c565c8c28252e5a4e48e355a3a7d2b336d1414c114d1a6"
sha256 cellar: :any_skip_relocation, monterey: "70624ed0e4a4b4b640ab060a8492f0407bdf415f7052ce21304251693d8910f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d76f9ab7024b9204e47ac07de26e43805d5fe2d17f1f0ead0f53810fa1861b4"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 91b09c0

Please sign in to comment.