diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index b3e7b08c8fa8416e8b9f06681ad4fce3279e3014..532d1bcce7dfbc237d1152efcd5ed7ee60bb0fa8 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"