go-ethereum: update to 1.9.6

This commit is contained in:
Hoang Nguyen 2019-10-21 04:28:39 -07:00 committed by Helmut Pozimski
parent 29f82c36d0
commit 7b6441dde1

View file

@ -1,6 +1,6 @@
# Template file for 'go-ethereum' # Template file for 'go-ethereum'
pkgname=go-ethereum pkgname=go-ethereum
version=1.8.23 version=1.9.6
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/ethereum/go-ethereum go_import_path=github.com/ethereum/go-ethereum
@ -10,15 +10,14 @@ go_package="${go_import_path}/cmd/abigen
${go_import_path}/cmd/geth ${go_import_path}/cmd/geth
${go_import_path}/cmd/puppeth ${go_import_path}/cmd/puppeth
${go_import_path}/cmd/rlpdump ${go_import_path}/cmd/rlpdump
${go_import_path}/cmd/wnode ${go_import_path}/cmd/wnode"
${go_import_path}/cmd/swarm"
depends="geth" depends="geth"
short_desc="Full suite of Go Ethereum utilities" short_desc="Full suite of Go Ethereum utilities"
maintainer="Hoang Nguyen <hoang@wetrust.io>" maintainer="Hoang Nguyen <hoang@wetrust.io>"
license="GPL-3.0-only" license="GPL-3.0-only"
homepage="https://github.com/ethereum/go-ethereum" homepage="https://github.com/ethereum/go-ethereum"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz" distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=52161e811dcdabc5506f0dc936e7010c77116cba5f1d02a33fb81fed5bb1bf95 checksum=3000f787735ee302088d17d406eafc2ec26eaffc083d876b2fa07ec7dfbb94f9
geth_package() { geth_package() {
short_desc="Official Go implementation of the Ethereum protocol" short_desc="Official Go implementation of the Ethereum protocol"