Skip to content

Commit

Permalink
Merge pull request #200613 from johnjmartin/update-sui.rb-1733792589
Browse files Browse the repository at this point in the history
sui 1.39.0
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents ac9b912 + d03d2c7 commit ccc5b3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sui.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sui < Formula
desc "Next-generation smart contract platform powered by the Move programming language"
homepage "https://sui.io"
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.38.3.tar.gz"
sha256 "d0e5829dba5298550eae28054f595678b303ca459a6a2fd699a6c732317e1784"
url "https://github.com/MystenLabs/sui/archive/refs/tags/testnet-v1.39.0.tar.gz"
sha256 "99dcf686d1c86220e72afaf883f80ca0698da57d6c169fc487e32b4367488dfa"
license "Apache-2.0"

livecheck do
Expand All @@ -11,12 +11,12 @@ class Sui < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73734b3cb166f1d9b2e339d406090d0245a5fc0f78b6a7f0ca4750dfaa2fcbc5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a3e2e06875d2289ff1de10e76d4064d102a4b3e355c7e63894d8803ee7f3aff"
sha256 cellar: :any_skip_relocation, arm64_ventura: "03c65aed4899c865eccd7006e65c6264e278e543bc2c8289b4925cb2f25a76aa"
sha256 cellar: :any_skip_relocation, sonoma: "67de2cda095069d43564f8acf33cdb258d8414a18d4853db48e4ee7482727c99"
sha256 cellar: :any_skip_relocation, ventura: "b066fdc5c9435c8c7cfa81ea24fbadc76afaff16d81ef795291cf425def160d7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "490eea68c1ed2c454a29f7ee649ce6ba58dc5a27ede86b57aa58c8235250ba9b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "681a70e4c5e62e9fe4de918021f52e954d3bffe5139112e97ee1a13337309f30"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7853f390e0cde8bbe6cafb04847cc01db9445a11b6afcac68887a4c5d5a52a4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e8c5b1542d5534397b0c33488216b9a8274074e003641594920f46616e702fa"
sha256 cellar: :any_skip_relocation, sonoma: "a33a533a8a892bbd74ccd87f965007e8bdbde586963de1aa9e143d6ae93a14f2"
sha256 cellar: :any_skip_relocation, ventura: "a4a3173c5db2d838f26a90e98c5515192479bcea55d58db8f75e050699c5ecf9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7bb21c7e0ca61dda6ae085bcbcc3094ed66efca67a689894f7cec76705e3217c"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit ccc5b3b

Please sign in to comment.