diff options
-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 f397278ef3..95e69a5c92 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.6 +pkgver=1.9.7 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="2c945a145b6564c7ebca9adf6049ed4901f78ea15a438d6004df5c1f76a52f087beb45986ed821ad300159d672b56ab5d737237abb596945e1f1588b7511c1de geth-1.9.6.tar.gz" +sha512sums="f8628ffc1155c9e4f3bc2bce0b3b1397ff3d8ed8b4814751f9f9b02e019d084b1b020506a2db46095f1085f1d3ac60935b4ffc670cc7b1c43c883c51d236d01e geth-1.9.7.tar.gz" |