From 1c047827d6d894b39b5e891dc07d698b17e5bd81 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Wed, 22 Jan 2020 23:12:10 +0200 Subject: [PATCH] geth: update to 1.9.10 --- 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 4e033e5e4..5a48749c3 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.9 +TERMUX_PKG_VERSION=1.9.10 TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=52fd34920841c9915d67f28c416ce7e98b654c116b03edee94f6ef06e5a8cf92 +TERMUX_PKG_SHA256=d16afd0686a083e2bb3c18862c7d736505355e42edff4c401112dc643c4fad15 termux_step_make() { termux_setup_golang