diff options
Diffstat (limited to 'community/geth/APKBUILD')
-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" |