Skip to content

Commit 183e8ab

Browse files
authored
Merge pull request Homebrew#209732 from aptos-bot/update-aptos.rb-1741122616
aptos aptos-cli-v6.2.0
2 parents 5c7b530 + 87f6e30 commit 183e8ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aptos.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Aptos < Formula
22
desc "Layer 1 blockchain built to support fair access to decentralized assets for all"
33
homepage "https://aptosfoundation.org/"
4-
url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v6.1.1.tar.gz"
5-
sha256 "f9d951ac989a91f4af499c64359db1a51466a001448454a1c4d01f5d0c0c9b8f"
4+
url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v6.2.0.tar.gz"
5+
sha256 "feb35b7a4ff80c1297bcfc680972a9adc85e82e3ea98059da7833643cd5c4c8a"
66
license "Apache-2.0"
77
head "https://github.com/aptos-labs/aptos-core.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Aptos < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c3bee895237ed4273b6709e0f22e60ea747d082ca23511f72fcf1db5e03e296"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a36572f08618e3e425b683fec2b6cedf717d2cb9a5165ca97106a34e5976f937"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e9ab2138cd9e9ce224c8b39e0bc7430969bd762985cf18bde50540a463275f35"
18-
sha256 cellar: :any_skip_relocation, sonoma: "3c7b699fedaab41f11116632b289e07a81d53e99e1dd02190797b9ff8da1900f"
19-
sha256 cellar: :any_skip_relocation, ventura: "092a177d997e317e088b9f849a0e4b12247af993bcf097709c696821a81ca901"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5452be8015d69ab621dc34ab8eabb6701f3d19d04a66731e252faf96d4ae2857"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a07395c0d806327f694248eca8da50c33721a41a9e53553a68404e2e44f1f24d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f120a076268e03160a6b274255ec53fcf8caf82ed83d7272e49a4d657a37217f"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d18a76ea74f5bd3afa89ac2647a0212cd4977e3d898802f5cdcdebc674a2d5f"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c09fdae09e212ea9fd9cc387e84f63c2b6ad6cf31e669f778c675410bf7d74a6"
19+
sha256 cellar: :any_skip_relocation, ventura: "6e32791729c7d581d3e0dc347b7f267bd4f8a2563f4c06c675cba69455eb5839"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "85af82415db0c1b552f7583f5fd184024218202f13a3e5ba29c22d1d61035751"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)