diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-01 11:14:39 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-01 11:14:39 +0000 |
commit | d4bd4db981023247000a152809c8106b6874b5fc (patch) | |
tree | 579966f5076be02a1a4ab00dc2473c377e03eec5 /community/geth | |
parent | b9ac1c6d85c79c85ef9f9b644168f07618340525 (diff) | |
download | aports-d4bd4db981023247000a152809c8106b6874b5fc.tar.bz2 aports-d4bd4db981023247000a152809c8106b6874b5fc.tar.xz |
community/geth: upgrade to 1.8.13
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 329244ce1b..3b9c203498 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.12 +pkgver=1.8.13 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="8fb09af6d73b9e338e85a1a7e6360a04cd43c503864dc5f326a199334e9679725c86595de8131582c0c41b9763ad8537f6ac7b19b37f24a1b666d748b74ecad9 geth-1.8.12.tar.gz" +sha512sums="90e2aebb099aaee0f12e266b8a0f1c9812a8d848260de0f10fea4ea47965cf3ab0327507429a4ed0861cd76a0130d9ba4296dd92c844c77cd306cfe3945a61d5 geth-1.8.13.tar.gz" |