diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-10-23 21:57:30 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-25 09:59:47 +0200 |
commit | 90848750201ff5b8f1111da5456b3acf78ccddb0 (patch) | |
tree | 2e1240b57646dcc6ae47f4b5e91c3147867bf144 /community/geth | |
parent | a3decab9370953bd7668726ef65fd884caca161b (diff) | |
download | aports-90848750201ff5b8f1111da5456b3acf78ccddb0.tar.bz2 aports-90848750201ff5b8f1111da5456b3acf78ccddb0.tar.xz |
community/geth: upgrade to 1.7.2
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 9d83484cd3..c15d6a9c94 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.1 +pkgver=1.7.2 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="bbab5dc6bfceb6d9f2a1e9b0946c556ea050d5cc614857b10cab5495d1b443d084e6443a388d0e7f075ac7f851168fee951ddd2ae15c0f25240927856b4b2c54 geth-1.7.1.tar.gz" +sha512sums="7bc5957f1523fa5ec67650c4305633aa4c6098a243ef415f9ef56a4e4763eb2ef9f69514ed15810fcdb75f11e87cbd27c4f2af802c32a03be91b37a7b08ea520 geth-1.7.2.tar.gz" |