diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-12 14:24:27 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-13 07:47:59 +0100 |
commit | b4e2de7fd4be491903083899b1b256e0b4e9206e (patch) | |
tree | 6bb982e6d0924e2345f62b2c01a06feeb08d6210 /community/geth/APKBUILD | |
parent | 422bffaafe198882b7d04c65566ba732cefff47e (diff) | |
download | aports-b4e2de7fd4be491903083899b1b256e0b4e9206e.tar.bz2 aports-b4e2de7fd4be491903083899b1b256e0b4e9206e.tar.xz |
community/geth: upgrade to 1.8.2
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 2c7bf6602c..396fd5f62d 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.3 +pkgver=1.8.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="c50391f84b64c924c56d8d052a5c910f94869d86b080cd9b3355a48e094e7f5d4a05a631a57a74619b677067be5da21d6018d18a81bd014bceed43d3626cb017 geth-1.7.3.tar.gz" +sha512sums="d09bb18098e866ecbabf8e5b796e1a93c125556525b55eaddc2ec870ea84ca861feab3f56b83f31adf9e5d4001df6f2045b82b9224a6017cc6791be04d202271 geth-1.8.2.tar.gz" |