@@ -2,18 +2,18 @@ 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.12.1 " ,
6- revision : "b5dd2ae7c7e15d351521f644dec662e50a9f7e3e "
5+ tag : "25.1.0 " ,
6+ revision : "d56ce97f4de3f85e739a7499bad29871c79b2c03 "
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_sequoia : "467d5d5e298111902d69c503521058e30ba6fa1ff37e9da32158a0b2107c4e94 "
12- sha256 cellar : :any_skip_relocation , arm64_sonoma : "467d5d5e298111902d69c503521058e30ba6fa1ff37e9da32158a0b2107c4e94 "
13- sha256 cellar : :any_skip_relocation , arm64_ventura : "467d5d5e298111902d69c503521058e30ba6fa1ff37e9da32158a0b2107c4e94 "
14- sha256 cellar : :any_skip_relocation , sonoma : "c9adc8d3d88295278463190607280f60260b1d1848beae1f3f0fc0631ea56754 "
15- sha256 cellar : :any_skip_relocation , ventura : "c9adc8d3d88295278463190607280f60260b1d1848beae1f3f0fc0631ea56754 "
16- sha256 cellar : :any_skip_relocation , x86_64_linux : "467d5d5e298111902d69c503521058e30ba6fa1ff37e9da32158a0b2107c4e94 "
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c586891b13d7ae78aecdedb0b16f91aa546f4ee6944429d6a36ea429f7384503 "
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c586891b13d7ae78aecdedb0b16f91aa546f4ee6944429d6a36ea429f7384503 "
13+ sha256 cellar : :any_skip_relocation , arm64_ventura : "c586891b13d7ae78aecdedb0b16f91aa546f4ee6944429d6a36ea429f7384503 "
14+ sha256 cellar : :any_skip_relocation , sonoma : "f4af267b49ca77b05f6202d5433d6c3e69d64ea027eb1da39d7362713a9ddb35 "
15+ sha256 cellar : :any_skip_relocation , ventura : "f4af267b49ca77b05f6202d5433d6c3e69d64ea027eb1da39d7362713a9ddb35 "
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c586891b13d7ae78aecdedb0b16f91aa546f4ee6944429d6a36ea429f7384503 "
1717 end
1818
1919 depends_on "gradle" => :build
0 commit comments