diff options
Diffstat (limited to 'community')
-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 31042fec7a..f397278ef3 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.9.5 +pkgver=1.9.6 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" @@ -26,4 +26,4 @@ package() { install -m755 -t "$pkgdir"/usr/bin build/bin/* } -sha512sums="e535d56579e62e00434a2d52e58fa2ff86f086833ac64c04b856b59355a551ae7f6d741e4847724a9b317a74b2042112c76f826323651c4a21dac15d050eb1d9 geth-1.9.5.tar.gz" +sha512sums="2c945a145b6564c7ebca9adf6049ed4901f78ea15a438d6004df5c1f76a52f087beb45986ed821ad300159d672b56ab5d737237abb596945e1f1588b7511c1de geth-1.9.6.tar.gz" |