geth: update to 1.8.18
This commit is contained in:
parent
bdb00ec51a
commit
735e8f6802
1 changed files with 2 additions and 3 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'geth'
|
# Template file for 'geth'
|
||||||
pkgname=geth
|
pkgname=geth
|
||||||
version=1.8.17
|
version=1.8.18
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="go-ethereum-${version}"
|
wrksrc="go-ethereum-${version}"
|
||||||
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/geth"
|
go_package="${go_import_path}/cmd/geth"
|
||||||
go_build_tags="v${version}"
|
|
||||||
short_desc="Official Go implementation of the Ethereum protocol"
|
short_desc="Official Go implementation of the Ethereum protocol"
|
||||||
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://geth.ethereum.org"
|
homepage="https://geth.ethereum.org"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=46447764285829ab9500f272f8fc1d49a5e0cd886944ada9ac67431b403a72a6
|
checksum=cbab18a733298830c9ed1e19c1ece37edf417fd55ec8f198803048ecc3ffa0b9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue