Skip to content

Commit d78a277

Browse files
committed
Bump to v2.0.0
1 parent daaf7f7 commit d78a277

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/v1.0.1.tar.gz"
5-
sha256 "b97c66ff0f6bac5f825e64610922fd61d7cac6aa2827f086cd72493b7b199e23"
4+
url "https://github.com/lambdaclass/ethrex/archive/refs/tags/v2.0.0.tar.gz"
5+
sha256 "07734dc0fbbba293b92e906af5234c2f712af2384049ba9bf00bb5364d1c39e0"
66
license "Apache-2.0"
77

88
depends_on "rustup" => :build
@@ -13,8 +13,8 @@ class Ethrex < Formula
1313
end
1414

1515
bottle do
16-
root_url "https://github.com/lambdaclass/homebrew-tap/releases/download/v1.0.1"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8482aae86683cad83ea757b6f75e7df986f2b5f20d84d3d7157585994bf7f3ef"
16+
root_url "https://github.com/lambdaclass/homebrew-tap/releases/download/v2.0.0"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bf216c1e65fd6d62d6693c7bd9d0ecc13ef39bde5916b584ca12ff5c47a3f14a"
1818
end
1919

2020
# on_macos do

0 commit comments

Comments
 (0)