From d809d9bddf3b139fa58a1ecc1845567d83bef2ba Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 17 Mar 2020 10:48:34 -0300 Subject: [PATCH] community/geth: upgrade to 1.9.12 --- community/geth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index 95bdc9ea775..940859e953e 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing # Maintainer: André Klitzing pkgname=geth -pkgver=1.9.11 +pkgver=1.9.12 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="43aa0f42a69f4ba2f1505f6ef2c3e8afb86ab136b1763b421dca248d8809ce9b22e6c09e7c47a4ea0ec13b9d6587c995fd64dd025ac70a9a35da0deaf0b1ec90 geth-1.9.11.tar.gz" +sha512sums="ead4e4daf22be1f408931862245bc4f1010d37a688c11904196d8769b662e4d90eb15fb1b74b995d69e3d3aab0b1c34318974ae16d8b66601128b5cbd37bc10b geth-1.9.12.tar.gz"