From c1eb5ca987a1cb971bb6e4fee12d86b4813dd48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Tue, 12 Mar 2019 11:12:59 +0100 Subject: [PATCH] community/geth: upgrade to 1.8.23 --- community/geth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index b6131791510..0878391d703 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing # Maintainer: André Klitzing pkgname=geth -pkgver=1.8.22 +pkgver=1.8.23 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="a8c8f54c38f90c95012cdbdcc2d33c0a29b57a7031d380b5b8f984914317e23a194c257913dc11c0da9209351041cd860979327c6340379bcfb734ebb635cee2 geth-1.8.22.tar.gz" +sha512sums="5f86641c90ec30dcefd2ca5fb984161a49dd8007b24d6cdc76e33353ad2945439310d5d0bbc06dca198cd0ca74dfcf36e1fdf394c110f8b6427a282ce7381c9e geth-1.8.23.tar.gz"