From 8437780cc603e8aa34dc5b76a0aa1c2371e53bb5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:32:56 +0000 Subject: [PATCH 1/2] ethereum 1.14.5 --- Formula/e/ethereum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/ethereum.rb b/Formula/e/ethereum.rb index bb2085fa2028c..d000f497d1ded 100644 --- a/Formula/e/ethereum.rb +++ b/Formula/e/ethereum.rb @@ -1,8 +1,8 @@ class Ethereum < Formula desc "Official Go implementation of the Ethereum protocol" homepage "https://geth.ethereum.org/" - url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.4.tar.gz" - sha256 "10d96bfdf7cd4291dc559691a54b672e1eb28444b52e163fc78ee54116a7d333" + url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.5.tar.gz" + sha256 "d062f7206769e2b3acd851d9d3dcfbdaea39dd379f95af3add7114fc2e7264df" license "LGPL-3.0-or-later" head "https://github.com/ethereum/go-ethereum.git", branch: "master" From 9bd28238b210afefbfa6a50ed851e6a37b0aa514 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:01:03 +0000 Subject: [PATCH 2/2] ethereum: update 1.14.5 bottle. --- Formula/e/ethereum.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/e/ethereum.rb b/Formula/e/ethereum.rb index d000f497d1ded..9b5eab4a49af2 100644 --- a/Formula/e/ethereum.rb +++ b/Formula/e/ethereum.rb @@ -12,13 +12,13 @@ class Ethereum < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "140e2d6b8161437278d1ecb71ec94a8e2e2d5e6781fd640428e62a339282bd8a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "717152d7500f0a10086f31d08e13fd08c8c32a0b153a7a8bb46ee7353d87502a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "746a5c9a98462e2f2f3b894669bd2feb91253e5255ad4a8161696782713c572d" - sha256 cellar: :any_skip_relocation, sonoma: "43098470ccddb01806e0fecff6ff3f70b6b3fbaf5eda934b28891ed7c5d56417" - sha256 cellar: :any_skip_relocation, ventura: "b2e075a03596e15e6aac21e0f4e6b542e6c2db13ee53de9825da29c008fd30ab" - sha256 cellar: :any_skip_relocation, monterey: "f8c8adebd2d6ac45763a1fb1db1c1336c40f806f534f6a3f8149f3dc0a23732f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "914fdb22f8448bda5e203f6da581981fa88c00fd291af7b7b5712d077a632355" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "222f58e9c27b17c4e211555cd083dddc73bd46688cb4b4e040ba8226a08f939d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0ed65c7aa84e35bcc715d5da3d6463e5c2525d1314b98b7c5d9b11613df6d7a1" + sha256 cellar: :any_skip_relocation, arm64_monterey: "83ceb1a827bb1ae167b93a43e45243db477068e00c6f02bf114e9b30ff53a738" + sha256 cellar: :any_skip_relocation, sonoma: "ccc083ac3fac4ec3f3a0e3c38c1b5267b7dca0f10eee1e25cf36e244ae6c664e" + sha256 cellar: :any_skip_relocation, ventura: "e34aace9b32e88377be28bab47d14049e840c3059489fbbde33f61c822dd2462" + sha256 cellar: :any_skip_relocation, monterey: "48ae37c23ef3a0413538558f11c8e71190b9a29dfc9f5b272ec574bc063df827" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0b7a944d795cd87b5af338328f94c397c323de81eb5ef9d0340393d068048797" end depends_on "go" => :build