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 1ac37d19eb..8f5516208e 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.6.7 +pkgver=1.7.0 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="27f176d59b6561445327b20029ca1445becf506af7f233e36a102761b87a3e419e58a84fdbb4f5d6383957389029f46ab473250bc638d153d34a86d470ffc3f5 geth-1.6.7.tar.gz" +sha512sums="4ff546e86c71333425f88f3e9942da846270133f7c387b295e7607a23b3179407666704e27e49c4c3b82d24a8f1231b10e7790c7e735952d9227cfda4d82a13b geth-1.7.0.tar.gz" |