From 34b98e7ba3691bc4bcd080ea2790a66cdbe7b67d Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 6 Jun 2024 18:38:20 +0000 Subject: [PATCH] bump(main/geth): 1.14.5 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 d95a4381f4..05fea45e3c 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.14.4" +TERMUX_PKG_VERSION="1.14.5" TERMUX_PKG_SRCURL=https://github.com/ethereum/go-ethereum/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=10d96bfdf7cd4291dc559691a54b672e1eb28444b52e163fc78ee54116a7d333 +TERMUX_PKG_SHA256=d062f7206769e2b3acd851d9d3dcfbdaea39dd379f95af3add7114fc2e7264df TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_SUGGESTS="geth-utils"