diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-09-28 21:09:17 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-09-28 21:09:17 +0000 |
commit | 0a8862a7f1e521050ab0bc960aced4a0707cc9ce (patch) | |
tree | 56aa97742c08e09796e754b2c51f0f351226f5c7 /community/geth | |
parent | e15e5a23772e827785ac1e3e3ff10d95eaf74eec (diff) | |
download | aports-0a8862a7f1e521050ab0bc960aced4a0707cc9ce.tar.bz2 aports-0a8862a7f1e521050ab0bc960aced4a0707cc9ce.tar.xz |
community/geth: upgrade to 1.8.16
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 3b9c203498..7296c99932 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.13 +pkgver=1.8.16 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="90e2aebb099aaee0f12e266b8a0f1c9812a8d848260de0f10fea4ea47965cf3ab0327507429a4ed0861cd76a0130d9ba4296dd92c844c77cd306cfe3945a61d5 geth-1.8.13.tar.gz" +sha512sums="24a37e8a520d68ba0efa8b2c51e703832ab07d94ab6c97a01be4e795bc1d01166770affbb5a72b0a75f63f812ba0c0776f7af452fd6d81bdf682b53d0080cd9c geth-1.8.16.tar.gz" |