From 64b567617f3d5333dc95c7173149d1d4b6bf1724 Mon Sep 17 00:00:00 2001 From: MoeMahhouk Date: Mon, 18 Nov 2024 15:55:16 +0000 Subject: [PATCH] update reth to v1.1.1 --- recipes-nodes/reth/reth_v1.1.1.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-nodes/reth/reth_v1.1.1.bb diff --git a/recipes-nodes/reth/reth_v1.1.1.bb b/recipes-nodes/reth/reth_v1.1.1.bb new file mode 100644 index 0000000..fc58294 --- /dev/null +++ b/recipes-nodes/reth/reth_v1.1.1.bb @@ -0,0 +1,5 @@ +include reth.inc + +FILESEXTRAPATHS:prepend := "${THISDIR}:" +SRC_URI = "git://github.com/paradigmxyz/reth;protocol=https;branch=main" +SRCREV = "v1.1.1"