Skip to content

Commit 8f4d3ca

Browse files
authored
Merge pull request #6 from lambdaclass/bump-to-v13.0.0
Bump to v13.0.0
2 parents a263385 + 79c6c9c commit 8f4d3ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/ethrex.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ethrex < Formula
22
desc "Minimalist, fast and modular implementation of the Ethereum protocol in Rust"
33
homepage "https://docs.ethrex.xyz/"
4-
url "https://github.com/lambdaclass/ethrex/archive/refs/tags/v12.0.0.tar.gz"
5-
sha256 "9e760638407ad061172b7f04f8e570bf9a07f7640191c2c74b4782c266589c48"
4+
url "https://github.com/lambdaclass/ethrex/archive/refs/tags/v13.0.0.tar.gz"
5+
sha256 "b65c202b9f8878bccc94f28cb7707578663e062447e27f3d8286a4f7e9f54c38"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,8 +11,8 @@ class Ethrex < Formula
1111
end
1212

1313
bottle do
14-
root_url "https://github.com/lambdaclass/homebrew-tap/releases/download/v12.0.0"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "114e6810cd1490eacd04d94383c6274598b4d48063c5772e2a6e317e0c3ba6ae"
14+
root_url "https://github.com/lambdaclass/homebrew-tap/releases/download/v13.0.0"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "87802104ae188e3f273eb12d4003baaf5cd61f577573db25eaf49b12cbdb68dc"
1616
end
1717

1818
depends_on "rustup" => :build

0 commit comments

Comments
 (0)