diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-01 21:12:50 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-01 21:12:50 +0000 |
commit | 1470b7063b33a198ac2a858bd2a3772eecba1375 (patch) | |
tree | c2682ee20d3243321d0cae38f50c5a98aa793ad9 /community/geth | |
parent | eae65937329dde73190e4b89b725a92bcd6dc073 (diff) | |
download | aports-1470b7063b33a198ac2a858bd2a3772eecba1375.tar.bz2 aports-1470b7063b33a198ac2a858bd2a3772eecba1375.tar.xz |
community/geth: upgrade to 1.8.10
Diffstat (limited to 'community/geth')
-rw-r--r-- | community/geth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index c4525e34bb..d79c6d197e 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=geth -pkgver=1.8.8 +pkgver=1.8.10 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" @@ -29,4 +29,4 @@ package() { install -m755 -t "${pkgdir}"/usr/bin build/bin/* } -sha512sums="326668e2aa5942947d1432d94be788373335f2d4a44ddb989203adec6f9f6bc78c9c3a1cc7517d7be4090fc46eb7fd7a2b98e18e62906a0bed641b75a4eb83f9 geth-1.8.8.tar.gz" +sha512sums="92a6dc5801fff38222d127852157a855914aff5d507772f43e5bb4307bc04b08a477e26401b83447448279e561f9b3044c2b14703da3f72712d5fa6236640d10 geth-1.8.10.tar.gz" |