From 64d9e6f37a457802112207d3a19767edd4b341bd Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Fri, 19 Mar 2021 21:15:40 -0700 Subject: [PATCH] go-ethereum: update to 1.10.1. --- srcpkgs/go-ethereum/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/go-ethereum/template b/srcpkgs/go-ethereum/template index d7a5c157a853..65671a6bdbce 100644 --- a/srcpkgs/go-ethereum/template +++ b/srcpkgs/go-ethereum/template @@ -1,6 +1,6 @@ # Template file for 'go-ethereum' pkgname=go-ethereum -version=1.9.25 +version=1.10.1 revision=1 build_style=go go_import_path=github.com/ethereum/go-ethereum @@ -17,7 +17,7 @@ maintainer="Hoang Nguyen " license="GPL-3.0-only" homepage="https://github.com/ethereum/go-ethereum" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=d7b733aeef4eba97f5351ba435001fa7365f55adabffdfdda909700335e98b0e +checksum=485ff7b9e5a34457ab424d7e2cb8d377dc571e8daf666e065a0a327b9e413cab geth_package() { short_desc="Official Go implementation of the Ethereum protocol"