go-ethereum: update to 1.9.24.
This commit is contained in:
parent
f547e59814
commit
1646aaa111
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'go-ethereum'
|
# Template file for 'go-ethereum'
|
||||||
pkgname=go-ethereum
|
pkgname=go-ethereum
|
||||||
version=1.9.15
|
version=1.9.24
|
||||||
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,14 +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/clef"
|
||||||
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=805b896f4055b8e1b7a295608e2135f93e45f75ce821eb07beaf2acd2e24acc8
|
checksum=5e5d69dafc0c93af47fdc5fae782048b15a3a16ac722db39c9cda2eacdf21234
|
||||||
|
|
||||||
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
Add a link
Reference in a new issue