From c1b82406cb1f39c24a9207f003a953eb9794b6b1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 16 Jan 2019 05:00:17 -0200 Subject: [PATCH] go-ethereum: update to 1.8.21. --- srcpkgs/go-ethereum/template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/srcpkgs/go-ethereum/template b/srcpkgs/go-ethereum/template index 934adb0b51..b6a5e87d62 100644 --- a/srcpkgs/go-ethereum/template +++ b/srcpkgs/go-ethereum/template @@ -1,24 +1,24 @@ # Template file for 'go-ethereum' pkgname=go-ethereum -version=1.8.20 +version=1.8.21 revision=1 build_style=go go_import_path=github.com/ethereum/go-ethereum go_package="${go_import_path}/cmd/abigen -${go_import_path}/cmd/bootnode -${go_import_path}/cmd/evm -${go_import_path}/cmd/geth -${go_import_path}/cmd/puppeth -${go_import_path}/cmd/rlpdump -${go_import_path}/cmd/wnode -${go_import_path}/cmd/swarm" + ${go_import_path}/cmd/bootnode + ${go_import_path}/cmd/evm + ${go_import_path}/cmd/geth + ${go_import_path}/cmd/puppeth + ${go_import_path}/cmd/rlpdump + ${go_import_path}/cmd/wnode + ${go_import_path}/cmd/swarm" depends="geth" short_desc="Full suite of Go Ethereum utilities" 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=7299f72a1d35a2653075a2070babf78f98f6eb3f41da43293304737ac0156658 +checksum=736028b4babd44d67a70a4a7883a06e97263449805c8c067b7dfd77e9fa94299 geth_package() { short_desc="Official Go implementation of the Ethereum protocol"