Skip to content

Commit

Permalink
aptos aptos-cli-v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aptos-bot authored and chenrui333 committed Sep 18, 2024
1 parent d0c2e1c commit 02dcd3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/a/aptos.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Aptos < Formula
desc "Layer 1 blockchain built to support fair access to decentralized assets for all"
homepage "https://aptosfoundation.org/"
url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v4.1.0.tar.gz"
sha256 "6eb2dc178d48aa2277c64895055fb8716be79271a7c6d5c4a62417c73cb706a9"
url "https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v4.2.0.tar.gz"
sha256 "75a6b025af0489f42b4521523ad56b79e257346c58ba5e65626c1e268e8363c1"
license "Apache-2.0"
head "https://github.com/aptos-labs/aptos-core.git", branch: "main"

Expand Down Expand Up @@ -36,8 +36,8 @@ class Aptos < Formula

# rust 1.80.0 build patch, upstream pr ref, https://github.com/aptos-labs/aptos-core/pull/14272
patch do
url "https://github.com/aptos-labs/aptos-core/commit/4811d7d84d44ff3dd05695c447625d81cec2a95f.patch?full_index=1"
sha256 "175845f1cf17f80b89a3ca757c5132051a6b1ade02d9e2980569aeda4e4e7c30"
url "https://github.com/aptos-labs/aptos-core/commit/72b9657316c699cfbef75216f578a0bd99e0be46.patch?full_index=1"
sha256 "f93b4f8b0a61d245e13d6776834cec9ecdd3b0103d53b43dcc79cda3e3f787ed"
end

def install
Expand Down

0 comments on commit 02dcd3c

Please sign in to comment.