Skip to content

Commit e9ddd13

Browse files
authored
Merge pull request #235805 from Homebrew/bump-teku-25.9.0
teku 25.9.0
2 parents 7b0f504 + c857d2a commit e9ddd13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/t/teku.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ 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: "25.7.1",
6-
revision: "6faba5e5406548739c3edf158987cc7598b49f70"
5+
tag: "25.9.0",
6+
revision: "0b5abf5fc62499a2fcf19ac64d907fc8e9530321"
77
license "Apache-2.0"
88
head "https://github.com/ConsenSys/teku.git", branch: "master"
99

1010
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, all: "37ca5df33df4de8d403a41faf01bac1d08b7ef56ef0d4314963215949ecc550d"
11+
sha256 cellar: :any_skip_relocation, all: "bc2c3318b3e058e6b8422fc32e6612b637c1f435a860e5040630bfd0f4dd7b17"
1312
end
1413

1514
depends_on "gradle@8" => :build

0 commit comments

Comments
 (0)