From 8966eaaeeecb371ece9905317423361267896748 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 24 Aug 2021 12:21:03 +0000 Subject: [PATCH] geth: update to 1.10.8 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 01ecef6a1..3d238a517 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" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=1.10.7 +TERMUX_PKG_VERSION=1.10.8 TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=5bfe24930e2837106994d2fd9164cde8ab1ad9159a97bfcf0e466a963653e0b7 +TERMUX_PKG_SHA256=d3bafdb34958463a2169eb93d8d106ae0ed3a29f2e1d42d8d3227806c9dc9bee termux_step_make() { termux_setup_golang