Skip to content

Commit fed8acb

Browse files
authored
Merge pull request Homebrew#218733 from johnjmartin/update-sui.rb-1744068371
sui 1.46.2
2 parents a4d9d04 + a9b9f42 commit fed8acb

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.46.1.tar.gz"
5-
sha256 "ff1160078013d9cb2b0bf817cd7eed2251785960794693e2b4557e949cfb4639"
4+
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.46.2.tar.gz"
5+
sha256 "3d5fab2deff62bec7de0d563b77f087e71a799d2c4e1a14ad56625bc00e54107"
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: "4ba51f4635cee688258daa42746af331714dfe6bb563998db664ff75bb776cbf"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8491f2bec1a148b5423268f914a0f64b531e28d837859967daa0caa096ca772"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0b8b5131765c66c05fe30872726e27f43205c01df2f2e09a9256fbec17fc0eb5"
17-
sha256 cellar: :any_skip_relocation, sonoma: "05bca4272478a039435496076fdb62c01e3be944f306817216cd12d5c24c2044"
18-
sha256 cellar: :any_skip_relocation, ventura: "bf112b44f5eaf1472671e0849622849f87d9cf9f120f9fafe608006969d13cd7"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "44facbfbb3b95e5be49585a56cf251f34041240f23dfe42f9a1a8fb06c0d031f"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b815dc1428161f6b6f9f8979760993a2e1fbb304863d3b3a0c4fcbc41b795ef4"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15678c11d7b451919293b47bef3eeb0a31dd47201e718c421b3a02e1c3f3870e"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "820fcb9e165d7d2ee3421eb71f35702549b0718cd7c0646f347f8eacf455cd2d"
17+
sha256 cellar: :any_skip_relocation, sonoma: "841c807bbf2955d0b3859cc5e5ac8b26cc6460906750ffe1707d23511a5bf1b2"
18+
sha256 cellar: :any_skip_relocation, ventura: "56504755c006ba0e87b08100b975b1e866ea3d1c1fb4fd9100a51d83efc20043"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "11f3811ee4cbd3da532f7118db22a175224c3764e53460b0a356e38aa01af9b0"
2020
end
2121

2222
depends_on "cmake" => :build

0 commit comments

Comments
 (0)