From 7ac678106fb063c9f09efc74597a0e9d3ecec254 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 29 Aug 2024 20:23:56 +0200 Subject: [PATCH] chore: reth v1.0.6 --- Formula/reth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/reth.rb b/Formula/reth.rb index 93cb191..d8b705d 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: "v1.0.5", - revision: "603e39ab74509e0863fc023461a4c760fb2126d1" + tag: "v1.0.6", + revision: "c228fe15808c3acbf18dc3af1a03ef5cbdcda07a" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/paradigmxyz/reth.git", branch: "main"