Skip to content

Commit e612666

Browse files
authored
Merge pull request #173874 from Homebrew/bump-ethereum-1.14.5
ethereum 1.14.5
2 parents 3954f42 + 9bd2823 commit e612666

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/e/ethereum.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ethereum < Formula
22
desc "Official Go implementation of the Ethereum protocol"
33
homepage "https://geth.ethereum.org/"
4-
url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.4.tar.gz"
5-
sha256 "10d96bfdf7cd4291dc559691a54b672e1eb28444b52e163fc78ee54116a7d333"
4+
url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.5.tar.gz"
5+
sha256 "d062f7206769e2b3acd851d9d3dcfbdaea39dd379f95af3add7114fc2e7264df"
66
license "LGPL-3.0-or-later"
77
head "https://github.com/ethereum/go-ethereum.git", branch: "master"
88

@@ -12,13 +12,13 @@ class Ethereum < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "140e2d6b8161437278d1ecb71ec94a8e2e2d5e6781fd640428e62a339282bd8a"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "717152d7500f0a10086f31d08e13fd08c8c32a0b153a7a8bb46ee7353d87502a"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "746a5c9a98462e2f2f3b894669bd2feb91253e5255ad4a8161696782713c572d"
18-
sha256 cellar: :any_skip_relocation, sonoma: "43098470ccddb01806e0fecff6ff3f70b6b3fbaf5eda934b28891ed7c5d56417"
19-
sha256 cellar: :any_skip_relocation, ventura: "b2e075a03596e15e6aac21e0f4e6b542e6c2db13ee53de9825da29c008fd30ab"
20-
sha256 cellar: :any_skip_relocation, monterey: "f8c8adebd2d6ac45763a1fb1db1c1336c40f806f534f6a3f8149f3dc0a23732f"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "914fdb22f8448bda5e203f6da581981fa88c00fd291af7b7b5712d077a632355"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "222f58e9c27b17c4e211555cd083dddc73bd46688cb4b4e040ba8226a08f939d"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ed65c7aa84e35bcc715d5da3d6463e5c2525d1314b98b7c5d9b11613df6d7a1"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "83ceb1a827bb1ae167b93a43e45243db477068e00c6f02bf114e9b30ff53a738"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ccc083ac3fac4ec3f3a0e3c38c1b5267b7dca0f10eee1e25cf36e244ae6c664e"
19+
sha256 cellar: :any_skip_relocation, ventura: "e34aace9b32e88377be28bab47d14049e840c3059489fbbde33f61c822dd2462"
20+
sha256 cellar: :any_skip_relocation, monterey: "48ae37c23ef3a0413538558f11c8e71190b9a29dfc9f5b272ec574bc063df827"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b7a944d795cd87b5af338328f94c397c323de81eb5ef9d0340393d068048797"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)