From 5c2b2f4f385a8c19b304df70f44c6fd892c6b464 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 18 Oct 2019 11:18:58 +0000 Subject: [PATCH] geth: update to 1.9.6 --- 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 75025f2b9c..548a3abd08 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 Plyushch " -TERMUX_PKG_VERSION=1.9.5 +TERMUX_PKG_VERSION=1.9.6 TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=e3972fa7c3883d6c5672c4d9bc9a087b7c224810b35cf4d146f9ac9de4e3bf90 +TERMUX_PKG_SHA256=3000f787735ee302088d17d406eafc2ec26eaffc083d876b2fa07ec7dfbb94f9 termux_step_make() { termux_setup_golang