aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-17 07:59:34 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-17 07:59:34 +0000
commit2f75c420a3f7669907735d101b37adbbd94d7841 (patch)
tree236317b4498cc420fd571f1dc25ff14f1aab43f6
parent22d2488517f7bfb95fbbfe39631b28848397f6b0 (diff)
community/geth: upgrade to 1.8.11
-rw-r--r--community/geth/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index d79c6d197ed..ed7e67b5a97 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.10
+pkgver=1.8.11
pkgrel=0
pkgdesc="Official Go implementation of the Ethereum protocol"
url="https://geth.ethereum.org/"
@@ -11,7 +11,7 @@ makedepends="go linux-headers"
checkdepends="fuse"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz"
-builddir="$srcdir/go-ethereum"-$pkgver
+builddir="$srcdir/go-ethereum-$pkgver"
build() {
cd "$builddir"
@@ -29,4 +29,4 @@ package() {
install -m755 -t "${pkgdir}"/usr/bin build/bin/*
}
-sha512sums="92a6dc5801fff38222d127852157a855914aff5d507772f43e5bb4307bc04b08a477e26401b83447448279e561f9b3044c2b14703da3f72712d5fa6236640d10 geth-1.8.10.tar.gz"
+sha512sums="f1a7f3f8a0ceaf03b87e399ac21fa6550a4c121daa209bac4b8a7f1cc7368ac3d9c40ace7d0d50c117f74e30170f34245b45bf1fadf8948694f7fe352154d9b9 geth-1.8.11.tar.gz"