Skip to content

Commit 43f1b14

Browse files
johnjmartinchenrui333
authored andcommitted
sui 1.57.0
Created by https://github.com/mislav/bump-homebrew-formula-action From release: https://github.com/MystenLabs/sui/actions/runs/17958453535 sui: remove build patch Signed-off-by: Rui Chen <[email protected]>
1 parent c35df1d commit 43f1b14

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/s/sui.rb

Lines changed: 2 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.56.2.tar.gz"
5-
sha256 "3e61ec6a53879660927c30e5e2dbdfff0fb607ab8adf19de7f174053ca9c0cb0"
4+
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.57.0.tar.gz"
5+
sha256 "697b0e78d1c77f898896d58c6c78ff88d90215fc9cb974bbbf0c768151fb4d53"
66
license "Apache-2.0"
77

88
livecheck do
@@ -27,12 +27,6 @@ class Sui < Formula
2727
depends_on "llvm" => :build
2828
end
2929

30-
# patch blst to fix x86 macos build, upstream pr ref, https://github.com/MystenLabs/sui/pull/20921
31-
patch do
32-
url "https://github.com/MystenLabs/sui/commit/85fe7ddbe01067637d2e771360d26675dd5fd2aa.patch?full_index=1"
33-
sha256 "ea19ec19ff5cb969f218363618a23afa1d3b36e8ddb04670a5fcbaa886321559"
34-
end
35-
3630
def install
3731
ENV["GIT_REVISION"] = "homebrew"
3832
system "cargo", "install", "--features", "tracing", *std_cargo_args(path: "crates/sui")

0 commit comments

Comments
 (0)