@@ -2,19 +2,19 @@ class Teku < Formula
2
2
desc "Java Implementation of the Ethereum 2.0 Beacon Chain"
3
3
homepage "https://docs.teku.consensys.net/"
4
4
url "https://github.com/ConsenSys/teku.git" ,
5
- tag : "24.1.0 " ,
6
- revision : "82435a755874b0b1e7cac7bdd89258bb71c7d9fb "
5
+ tag : "24.1.1 " ,
6
+ revision : "da3e51bc874b065925915739e82faaad1ca829b3 "
7
7
license "Apache-2.0"
8
8
head "https://github.com/ConsenSys/teku.git" , branch : "master"
9
9
10
10
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 "
18
18
end
19
19
20
20
depends_on "gradle" => :build
0 commit comments