From 02dcd3cc62f967b81ac06512cf15a4509fe3cadb Mon Sep 17 00:00:00 2001 From: aptos-bot Date: Tue, 17 Sep 2024 15:52:21 -0700 Subject: [PATCH 1/2] aptos aptos-cli-v4.2.0 Created by https://github.com/mislav/bump-homebrew-formula-action From CLI release run https://github.com/aptos-labs/aptos-core/actions/runs/10911843546 aptos: update build patch Signed-off-by: Rui Chen --- Formula/a/aptos.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index e4d82cd6da82e..fbeee14d4dfee 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -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" @@ -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 From a35f3683bbace21414f6e4fd25422dbd957892c7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:52:53 +0000 Subject: [PATCH 2/2] aptos: update 4.2.0 bottle. --- Formula/a/aptos.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/a/aptos.rb b/Formula/a/aptos.rb index fbeee14d4dfee..fc65419227967 100644 --- a/Formula/a/aptos.rb +++ b/Formula/a/aptos.rb @@ -12,14 +12,12 @@ class Aptos < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1663ada72696fe3690ceb71b7f2a5a6067fd6ead66622ff983c6392b2e88cbc0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "036d29de435b5607e38cb884869a1d7245c166851083e43150e4b4a4eba16f52" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2e75cb2bb62b203547c051edde37aa1103453bf0048c43c2d474b50121a8d41d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fabc3d55657d5367746a1f573f0f3324d4d2615ec048ec80fd335863de3f15f8" - sha256 cellar: :any_skip_relocation, sonoma: "750fc470c98e9e7694df65f67213bd6f6dc28ad6153d007eb24ea50538ae6e30" - sha256 cellar: :any_skip_relocation, ventura: "7eb805275ada1fa107072550978e805caf3d5db59d5936820c3148fe62b0d568" - sha256 cellar: :any_skip_relocation, monterey: "c16ce77e36fc6ac23b7eed0aaccc636a6b762a392a95b31819bd621b98e055f8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f1225382cba7102e757d537162c6b878fa69a0cfc51e6797bfd6fe82ab69d719" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c638c60499bce76d566b1ef14c6bb8fc728b4ac3de6dad19113a26ee34ced145" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c61dcfa0dc3137fdbab7525b18ea371e8245122e0feee76f72e1e8db2b44e612" + sha256 cellar: :any_skip_relocation, arm64_ventura: "85bf910ec282cbff917ad01022a19961b685b150580582c5a72a5b2c291f247b" + sha256 cellar: :any_skip_relocation, sonoma: "a56b984afa6fbc001f3d215f73be8ea7ce4c646f4430ab2992e2cfd911b2cfc9" + sha256 cellar: :any_skip_relocation, ventura: "4ca5053fee26e164931472bf66042cae8425e9e3513c827867338e56e028060a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6e361ba3a0000316e72e2387c578db4bbe334b581e6ea8fa4793c5ba8c524a46" end depends_on "cmake" => :build