From eda0b3178df9b2e486194a2068a6a31f4cbc6dac Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Wed, 5 Jan 2022 18:19:43 +0000 Subject: [PATCH] geth: update to 1.10.15 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 6428021d7..8429dbda1 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.14 +TERMUX_PKG_VERSION=1.10.15 TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=cf1089e0316bf7b7705a43099b140d10eb5e556849d4dd9c7db101cda55e76e4 +TERMUX_PKG_SHA256=0c03bdf88fc01053fee8d73e3acc9579354b8c3c2333b544b800040dcd414963 TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {