From f740903a1bc1a66b3c81a0a90064b638a017df0c Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Wed, 24 Apr 2024 12:16:06 +0000 Subject: [PATCH] bump(main/geth): 1.14.0 This commit has been automatically submitted by Github Actions. --- packages/geth/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/geth/build.sh b/packages/geth/build.sh index e16963b37a..f39eace1fc 100644 --- a/packages/geth/build.sh +++ b/packages/geth/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://geth.ethereum.org/ TERMUX_PKG_DESCRIPTION="Go implementation of the Ethereum protocol" TERMUX_PKG_LICENSE="LGPL-3.0, GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.13.15" +TERMUX_PKG_VERSION="1.14.0" TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=d5265c17029287a9e0422b78e52231944b1bef40bb2e4036e4da5c49da467f12 +TERMUX_PKG_SHA256=25ce1d8d134931c6e9664f3cda8aacecf6667c0e4207884137c752a97a14abba TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_SUGGESTS="geth-utils"