diff --git a/packages/geth/build.sh b/packages/geth/build.sh index 7587a15f03..76997aab04 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.15.2" +TERMUX_PKG_VERSION="1.15.3" TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=1728ae14d728d4ce86a840ee783d73dd9cffe9e1dbb82ecc032e8b93a9841cc4 +TERMUX_PKG_SHA256=5eb6ee2a38c2cf27081589bcebd2f866cf52afbcba21a723227ab21cc468f7cb TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_SUGGESTS="geth-utils"