Skip to content

Commit e0136aa

Browse files
authored
Merge pull request Homebrew#160788 from BrewTestBot/bump-teku-24.1.1
teku 24.1.1
2 parents 36d60d1 + 3b3874d commit e0136aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/teku.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Teku < Formula
22
desc "Java Implementation of the Ethereum 2.0 Beacon Chain"
33
homepage "https://docs.teku.consensys.net/"
44
url "https://github.com/ConsenSys/teku.git",
5-
tag: "24.1.0",
6-
revision: "82435a755874b0b1e7cac7bdd89258bb71c7d9fb"
5+
tag: "24.1.1",
6+
revision: "da3e51bc874b065925915739e82faaad1ca829b3"
77
license "Apache-2.0"
88
head "https://github.com/ConsenSys/teku.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e217997227a58705d3bdb2999a8b359d93e52c6acbac8a7ff6fcf1efe204a4a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e217997227a58705d3bdb2999a8b359d93e52c6acbac8a7ff6fcf1efe204a4a"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "2e217997227a58705d3bdb2999a8b359d93e52c6acbac8a7ff6fcf1efe204a4a"
14-
sha256 cellar: :any_skip_relocation, sonoma: "f9b34b9b83ef3b9a877bddb930fd61503345ab56ebf01c8750c953306c43ece2"
15-
sha256 cellar: :any_skip_relocation, ventura: "f9b34b9b83ef3b9a877bddb930fd61503345ab56ebf01c8750c953306c43ece2"
16-
sha256 cellar: :any_skip_relocation, monterey: "f9b34b9b83ef3b9a877bddb930fd61503345ab56ebf01c8750c953306c43ece2"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2e217997227a58705d3bdb2999a8b359d93e52c6acbac8a7ff6fcf1efe204a4a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1db865c1c444b0945c1d61e910f2746d46d2da60686ec6e67273542c78876d5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1db865c1c444b0945c1d61e910f2746d46d2da60686ec6e67273542c78876d5"
13+
sha256 cellar: :any_skip_relocation, arm64_monterey: "c1db865c1c444b0945c1d61e910f2746d46d2da60686ec6e67273542c78876d5"
14+
sha256 cellar: :any_skip_relocation, sonoma: "0333d6026b189b763cf52294b08f29d4eed18e1cac16f6892780f5e0dabde2ee"
15+
sha256 cellar: :any_skip_relocation, ventura: "0333d6026b189b763cf52294b08f29d4eed18e1cac16f6892780f5e0dabde2ee"
16+
sha256 cellar: :any_skip_relocation, monterey: "0333d6026b189b763cf52294b08f29d4eed18e1cac16f6892780f5e0dabde2ee"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c1db865c1c444b0945c1d61e910f2746d46d2da60686ec6e67273542c78876d5"
1818
end
1919

2020
depends_on "gradle" => :build

0 commit comments

Comments
 (0)