diff options
-rw-r--r-- | community/geth/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index d79c6d197e..ed7e67b5a9 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" |