diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 12:26:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 13:00:36 -0300 |
commit | 3f40714f9b5cd390c2394518794cbbb915c5bc42 (patch) | |
tree | fd3545255a9311ce5dd6f670cacdf254fada61e7 /community | |
parent | ea0985a7f787e48c667953df8f0096fe965f9597 (diff) | |
download | aports-3f40714f9b5cd390c2394518794cbbb915c5bc42.tar.bz2 aports-3f40714f9b5cd390c2394518794cbbb915c5bc42.tar.xz |
community/geth: upgrade to 1.9.6
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" |