mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
go-ethereum: update to 1.8.21.
This commit is contained in:
parent
f4c2a26354
commit
c1b82406cb
1 changed files with 9 additions and 9 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'go-ethereum'
|
# Template file for 'go-ethereum'
|
||||||
pkgname=go-ethereum
|
pkgname=go-ethereum
|
||||||
version=1.8.20
|
version=1.8.21
|
||||||
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
|
||||||
go_package="${go_import_path}/cmd/abigen
|
go_package="${go_import_path}/cmd/abigen
|
||||||
${go_import_path}/cmd/bootnode
|
${go_import_path}/cmd/bootnode
|
||||||
${go_import_path}/cmd/evm
|
${go_import_path}/cmd/evm
|
||||||
${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"
|
${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=7299f72a1d35a2653075a2070babf78f98f6eb3f41da43293304737ac0156658
|
checksum=736028b4babd44d67a70a4a7883a06e97263449805c8c067b7dfd77e9fa94299
|
||||||
|
|
||||||
geth_package() {
|
geth_package() {
|
||||||
short_desc="Official Go implementation of the Ethereum protocol"
|
short_desc="Official Go implementation of the Ethereum protocol"
|
||||||
|
|
Loading…
Add table
Reference in a new issue