From ad8d0d813fbef0a52d2f05017cad0f0eee9d944e Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 3 Nov 2022 12:14:12 +0000 Subject: [PATCH] upgpkg(main/geth): 1.10.26 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 1181a6fc5b..5d5e88d341 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.10.25" +TERMUX_PKG_VERSION="1.10.26" TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=29975104c408cea71f40911e804d7bb629770734205d0f147f2993603a10204c +TERMUX_PKG_SHA256=500bb2c2382d1927da1b78226a726437370899ce6f130258d5792fd7c46cc29e TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {