diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 16:54:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 19:25:21 -0300 |
commit | 3818f546465931b864e93456defec74662e433c6 (patch) | |
tree | 5051b8f8403b8d260ce8badc4db8e4f2bc603bf7 /community/geth | |
parent | 664aeed7e1274f0719e80feda5c052d2c483235d (diff) | |
download | aports-3818f546465931b864e93456defec74662e433c6.tar.bz2 aports-3818f546465931b864e93456defec74662e433c6.tar.xz |
community/geth: upgrade to 1.9.7
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 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" |