diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-10-06 11:45:07 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-09 15:39:55 +0000 |
commit | eb77cea77b81cd8b191cbae8cc0807bd3afde32d (patch) | |
tree | 1713c3f192812253c232276b7752d2914e17819a /community/geth | |
parent | 1130766a4a2bc89397b09b817efe6a10a7b4c035 (diff) | |
download | aports-eb77cea77b81cd8b191cbae8cc0807bd3afde32d.tar.bz2 aports-eb77cea77b81cd8b191cbae8cc0807bd3afde32d.tar.xz |
community/geth: upgrade to 1.7.1
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 8f5516208e..9d83484cd3 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.7.0 +pkgver=1.7.1 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="4ff546e86c71333425f88f3e9942da846270133f7c387b295e7607a23b3179407666704e27e49c4c3b82d24a8f1231b10e7790c7e735952d9227cfda4d82a13b geth-1.7.0.tar.gz" +sha512sums="bbab5dc6bfceb6d9f2a1e9b0946c556ea050d5cc614857b10cab5495d1b443d084e6443a388d0e7f075ac7f851168fee951ddd2ae15c0f25240927856b4b2c54 geth-1.7.1.tar.gz" |