aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/geth/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index 95e69a5c92..ea2da1d157 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.9.7
+pkgver=1.9.8
pkgrel=0
pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/"
@@ -9,7 +9,7 @@ arch="all !aarch64" # build fails
license="LGPL-3.0"
makedepends="go linux-headers"
checkdepends="fuse"
-options="!check"
+options="!check chmod-clean"
source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz"
builddir="$srcdir/go-ethereum-$pkgver"
@@ -26,4 +26,4 @@ package() {
install -m755 -t "$pkgdir"/usr/bin build/bin/*
}
-sha512sums="f8628ffc1155c9e4f3bc2bce0b3b1397ff3d8ed8b4814751f9f9b02e019d084b1b020506a2db46095f1085f1d3ac60935b4ffc670cc7b1c43c883c51d236d01e geth-1.9.7.tar.gz"
+sha512sums="91dbc30bcdfb9cf2bded77da1a808a7e528afe19823aad8efc934fa70a5189fa9a8797b99de67a7898bf908467496fe1d2efe8465787f7e2917b405ea2ec9ad7 geth-1.9.8.tar.gz"