From 13dff1c82747a754923d7a5a09052cd100753252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= <aklitzing@gmail.com> Date: Thu, 18 Apr 2019 15:39:34 +0200 Subject: [PATCH] community/geth: upgrade to 1.8.27 --- community/geth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index b3e7b08c8fa8..532d1bcce7df 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" -- GitLab