diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-11 19:17:21 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-11 19:17:21 +0000 |
commit | a37f60196c624e9a4baafbd12fbcae7507ca10b2 (patch) | |
tree | 8f2b77d700f310f8b8c3948acaf598e2d5445518 /community/geth | |
parent | 67cab5e6a6590f4ccc42ce5a07ef71ff792f31f6 (diff) | |
download | aports-a37f60196c624e9a4baafbd12fbcae7507ca10b2.tar.bz2 aports-a37f60196c624e9a4baafbd12fbcae7507ca10b2.tar.xz |
community/geth: upgrade to 1.8.3
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 396fd5f62d..a24c0b733e 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.2 +pkgver=1.8.3 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="d09bb18098e866ecbabf8e5b796e1a93c125556525b55eaddc2ec870ea84ca861feab3f56b83f31adf9e5d4001df6f2045b82b9224a6017cc6791be04d202271 geth-1.8.2.tar.gz" +sha512sums="ce54f0a987ea4155319bf862a0876ca8e1a2e8f2922c5119c11f28cf4b4ef20fca769ef833a2e28347890b043425f70621fed12ef171232a06ecc7247d44bf02 geth-1.8.3.tar.gz" |