From 9b647db3d58c91549623a82f2c4fe479078a6d95 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Mon, 22 Aug 2022 12:12:46 +0000 Subject: [PATCH] geth: update to 1.10.22 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 090a501b31..a6c0838596 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.21" +TERMUX_PKG_VERSION="1.10.22" TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=423c1cdd54033b9b12169977e6013d76088ba813fff8cc20d5f37ce817b0fff8 +TERMUX_PKG_SHA256=1c22605fd457efae4f683bf0b59e110ed69496bb9191f5920f353373cd8a7760 TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {