Skip to content

Commit 9925977

Browse files
authored
Merge pull request #203431 from johnjmartin/update-sui.rb-1736224853
sui 1.40.1
2 parents 8c35e74 + 9efa378 commit 9925977

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/sui.rb

Lines changed: 8 additions & 8 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.39.3.tar.gz"
5-
sha256 "21e6db1df48021f48a48c4e81e2fea9c17fbb00a8205658524cfe98d13155d88"
4+
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.40.1.tar.gz"
5+
sha256 "c3f148eed874af59edae151b4ac700fae4023b787091930e546378805f70502f"
66
license "Apache-2.0"
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "794422a4dc2bd03e5d0ebaf1994d48eb8d74da8d8aacfe415bf612bfb77b36b3"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "79b2bc88f36df875a6cb23112c8932252ed29269cccd59ccb9e2fb8a6c24bc80"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4e31d63090fec90a62a46f5f8168916681be913c6cf2aaa6118f05fe009a805c"
17-
sha256 cellar: :any_skip_relocation, sonoma: "ba625a50b5e6e6d80f17a700c327c2680f57cf11d8110a5bef0dbf6491ec3eb7"
18-
sha256 cellar: :any_skip_relocation, ventura: "f4cd44c0a610d2293b9e39b61164253da7a602f2536da06436dcf22adb038718"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "abe68f8c8736902c8200a9cb200aab365c5fa8f76f54f483cb69b52e5d451247"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "22e63e6339689258a5c83419428244bdd1d11922046a31b8933227b7d8c6d09e"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b99794d549f9226c33369319d92df7b6dd90ed0a931bd48ad6ab5456c06e13d"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ac9abc8733f582f69dffb80c3dbee144755b351b0162fb2bff38327bc5be08c"
17+
sha256 cellar: :any_skip_relocation, sonoma: "77491348151c8aeff80fe06ee98a764ddb46b18d5f50da79e89a65eee09010f7"
18+
sha256 cellar: :any_skip_relocation, ventura: "2ecb6d533162217c6f1decf48f42ca567f2141f7ce4d4b39c7d8597265227892"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a875043a9b5981c757b753a15291ca9843c0ba06a4cfbd9f08a54936b6b375b5"
2020
end
2121

2222
depends_on "cmake" => :build

0 commit comments

Comments
 (0)