1
1
class Sui < Formula
2
2
desc "Next-generation smart contract platform powered by the Move programming language"
3
3
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 "
6
6
license "Apache-2.0"
7
7
8
8
livecheck do
@@ -11,13 +11,13 @@ class Sui < Formula
11
11
end
12
12
13
13
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 "
21
21
end
22
22
23
23
depends_on "cmake" => :build
0 commit comments