diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 23:13:53 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 23:38:44 -0300 |
| commit | 42eef05845686de6beb7df83c13fd53d1fc2a2c1 (patch) | |
| tree | 62ef205ccf20eddeebb52688bce6165748107eb4 | |
| parent | 060e4de542489b8f8a8088b64bcca870b994231a (diff) | |
| download | aports-42eef05845686de6beb7df83c13fd53d1fc2a2c1.tar.bz2 aports-42eef05845686de6beb7df83c13fd53d1fc2a2c1.tar.xz | |
community/geth: upgrade to 1.9.5
| -rw-r--r-- | community/geth/APKBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index 0f15e0fd92..31042fec7a 100644 --- a/community/geth/APKBUILD +++ b/community/geth/APKBUILD @@ -1,8 +1,8 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=geth -pkgver=1.8.27 -pkgrel=1 +pkgver=1.9.5 +pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" arch="all !aarch64" # build fails @@ -14,19 +14,16 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive builddir="$srcdir/go-ethereum-$pkgver" build() { - cd "$builddir" make } check() { - cd "$builddir" make test } package() { - cd "$builddir" - mkdir -p "${pkgdir}"/usr/bin - install -m755 -t "${pkgdir}"/usr/bin build/bin/* + mkdir -p "$pkgdir"/usr/bin + install -m755 -t "$pkgdir"/usr/bin build/bin/* } -sha512sums="b67f3e8406d0f2142f4da334fd3f60b57faf1fb3282d548d3904d43e2de4d709a3ddf66b462517274d02621dcd1428f634e0d0663d68d30dc6567d550fbdb03a geth-1.8.27.tar.gz" +sha512sums="e535d56579e62e00434a2d52e58fa2ff86f086833ac64c04b856b59355a551ae7f6d741e4847724a9b317a74b2042112c76f826323651c4a21dac15d050eb1d9 geth-1.9.5.tar.gz" |
