diff --git a/Formula/reth.rb b/Formula/reth.rb index 5035c80..5375c5e 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.1.0-alpha.15", - revision: "5a623a9c1285d986fc46f1091d58d7a388323457" + tag: "v0.1.0-alpha.16", + revision: "d8a9b581da3bf82d03a9b7cb36f0d81765e08523" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"