diff --git a/Formula/reth.rb b/Formula/reth.rb index 01a4f2c..bf1fd22 100644 --- a/Formula/reth.rb +++ b/Formula/reth.rb @@ -2,8 +2,8 @@ class Reth < Formula desc "Fast implementation of the Ethereum protocol in Rust" homepage "https://github.com/paradigmxyz/reth" url "https://github.com/paradigmxyz/reth.git", - tag: "v0.2.0-beta.6", - revision: "ac29b4b73be382caf2a2462d426e6bad75e18af9" + tag: "v0.2.0-beta.8", + revision: "c0e7440692ef93277d23a2bb9f2f4712fdc0f16e" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"