diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-04-18 15:39:34 +0200 |
---|---|---|
committer | André Klitzing <aklitzing@gmail.com> | 2019-04-18 15:39:34 +0200 |
commit | 13dff1c82747a754923d7a5a09052cd100753252 (patch) | |
tree | 599c54a5cd1c25ee6c83c1b954334b8987b580c9 /community/geth | |
parent | c5aaab27f48eb15c742836df6e6ff98e17c7310a (diff) | |
download | aports-13dff1c82747a754923d7a5a09052cd100753252.tar.bz2 aports-13dff1c82747a754923d7a5a09052cd100753252.tar.xz |
community/geth: upgrade to 1.8.27
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 b3e7b08c8f..532d1bcce7 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.26 +pkgver=1.8.27 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="42d02cfdd6aeaaf0c084493aa215bcd4604e91bbdd20b168fb61578360ae05535d5fcf4f31081b98e73cb6e1e4a8ed4d8672c52f63be204b861224912b0d4092 geth-1.8.26.tar.gz" +sha512sums="b67f3e8406d0f2142f4da334fd3f60b57faf1fb3282d548d3904d43e2de4d709a3ddf66b462517274d02621dcd1428f634e0d0663d68d30dc6567d550fbdb03a geth-1.8.27.tar.gz" |