Skip to content

Commit e741aa9

Browse files
authored
Merge pull request Homebrew#182581 from johnjmartin/update-sui.rb-1724718591
sui 1.32.0
2 parents 05d9bb0 + 6283e92 commit e741aa9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/sui.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sui < Formula
22
desc "Next-generation smart contract platform powered by the Move programming language"
33
homepage "https://sui.io"
4-
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.30.3.tar.gz"
5-
sha256 "60b9eb2ac965a38689a30201e991720e925f5c7f9c1bdc6fc2a929bef80228de"
4+
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.32.0.tar.gz"
5+
sha256 "796e16f4ab2e32b13beee78029add82171b61772cf2ffbbd0f36cf499261a791"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Sui < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60390eaad05b64c13eb05e8cc8d68eaf1d43e9d64bdf191f7590d1541cbbff18"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4079f186e5a78d4e4b78f292d07cedbefb801a992fc3d4276f01c68e440f374e"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "d4c52df12560b104b5fff1c192f276ebc2469f209a16513523dd66638588e4aa"
17-
sha256 cellar: :any_skip_relocation, sonoma: "28080ba1cc6a15879d63e32a0d368076a575eb886f320c522b27e1a56d04a805"
18-
sha256 cellar: :any_skip_relocation, ventura: "af0cf1931cbbe1b7c9c6e5d7a7c2252d0f008d0d4f04751e3e3878d7232deaff"
19-
sha256 cellar: :any_skip_relocation, monterey: "97ed893e8649cab7afe667dab683963d7d0505f3e807f2bd0d199b6c9b4388bc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "92d46f529907120fb9aa80d389c350e37f455f174eaf328e8e68779e150a2584"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "460a3698d89d00073099053b4d9e7490f77d02d4d495f4c3f5f6532590cb447f"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "14f959a8278103db8fbc1737df92ad0f3bdc782130ec88f694d09554dd9c6584"
16+
sha256 cellar: :any_skip_relocation, arm64_monterey: "69b23d21ed8a16c367368068141f5166f05438795df4da1d96dc22ad48af6e02"
17+
sha256 cellar: :any_skip_relocation, sonoma: "ed7f33bda31e60935ff04040ccc2429a5c1371868f535adbd34976ef87468627"
18+
sha256 cellar: :any_skip_relocation, ventura: "42099bf6dccef47180b98bcec39362b8bc8c1e712faab956ebc698d761791106"
19+
sha256 cellar: :any_skip_relocation, monterey: "a62df83e8ce3d00febc32a9162354c535979eaf8c2e525be1b5b646d348ddd47"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ce478e3de8b207aed92eba27ef41f8b60d41456f3ab7564f021264a050ecbc4"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)