diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-12-11 18:14:45 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-12-12 12:19:42 +0200 |
commit | f9d274d16c204a7bd3186906e888c57306429ffb (patch) | |
tree | aaa5f680fbee63ffe01947e863baf759717361a2 /community/geth | |
parent | 4d0ac720511bd3b21210e4928111ed0d31785c33 (diff) | |
download | aports-f9d274d16c204a7bd3186906e888c57306429ffb.tar.bz2 aports-f9d274d16c204a7bd3186906e888c57306429ffb.tar.xz |
community/geth: upgrade to 1.8.20
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 7296c99932..d0409f61b9 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.16 +pkgver=1.8.20 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="24a37e8a520d68ba0efa8b2c51e703832ab07d94ab6c97a01be4e795bc1d01166770affbb5a72b0a75f63f812ba0c0776f7af452fd6d81bdf682b53d0080cd9c geth-1.8.16.tar.gz" +sha512sums="99a414991801f2deed6d40fe8fcd60f35c0bc1b0f54af4427d4e431de111d626855985ae929663dc5c7454a8d224663858d0f7236238d05c78775377b46510ba geth-1.8.20.tar.gz" |