diff --git a/Formula/e/ethereum.rb b/Formula/e/ethereum.rb index cb56834d632e..c15aaebbdb79 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.11.tar.gz" - sha256 "4c21982453b1046e07fe68533b2a9d6d7bd7fd618ca8c1d990e6ceebe04ab4b8" + url "https://github.com/ethereum/go-ethereum/archive/refs/tags/v1.14.12.tar.gz" + sha256 "9f9deab753c072cbb26e8a14bc245760225c27ff6a9f397d25711f403c138d54" license "LGPL-3.0-or-later" head "https://github.com/ethereum/go-ethereum.git", branch: "master" @@ -12,12 +12,12 @@ class Ethereum < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1d952ce94bc777bb27924b64145c27862b9aecc2ed6a5cc59392f77926a7b7cb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc56ca8f769248727f858c74da1828b8ec7700206d52290f9d0d5450661ee4fa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f2676795edb6837a093d2f0168296c8cd51b76f04f74496d5618c76c6cce66cd" - sha256 cellar: :any_skip_relocation, sonoma: "6a77e79ce7cda0f9823c19ca4f7159a2d3925f9119e85e03af4882af3589d275" - sha256 cellar: :any_skip_relocation, ventura: "4e8f073baddee18d9e4653b2e4c720ecd5762855d859517782acc8e279f6babf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2438bdfa5badc6e41d0d55abf760e2142276db79ff432650a0094df928bea57d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b04d2147abd2065f5b93963614185bc752fdc6b27a2b4f37e700c7a3ff1a2496" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f54065d7227192453026e4977269ea28c67b0b0879779e8f638b38bd3c4b2a0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0719bbd021439aab359269ce2bae3e32b95c8839202ddc8bd54bf49eb46544d1" + sha256 cellar: :any_skip_relocation, sonoma: "7ebc7201d85fe282b0ba2fd69397d74deeb0e75b012dc76a9f88c85052904ff3" + sha256 cellar: :any_skip_relocation, ventura: "f84a3659f304f0ce0182a65e6b575792261c2b5f0bd3a7e8cfc0265b023fce57" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b7433219c7eabed827497e02745e2f949f81a0db2ab4791d82f7befb98e82f7" end depends_on "go" => :build