diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-05-01 15:41:08 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 07:10:03 +0000 |
commit | a5735213bd91f7c6385ea719de129f4c31b1207e (patch) | |
tree | 499916fb80b3d1bf215414d230b19a7aab4e0d02 /community | |
parent | 214b5aaec3eaff0ea0b60b56e62cae284147b308 (diff) | |
download | aports-a5735213bd91f7c6385ea719de129f4c31b1207e.tar.bz2 aports-a5735213bd91f7c6385ea719de129f4c31b1207e.tar.xz |
community/geth: upgrade to 1.8.7
Diffstat (limited to 'community')
-rw-r--r-- | community/geth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD index a24c0b733e..abd4f53e54 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.3 +pkgver=1.8.7 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="ce54f0a987ea4155319bf862a0876ca8e1a2e8f2922c5119c11f28cf4b4ef20fca769ef833a2e28347890b043425f70621fed12ef171232a06ecc7247d44bf02 geth-1.8.3.tar.gz" +sha512sums="bc63efb9265847f707473ea229de69a25fc071e885305b6f71c4b2d601ad7f54a36dbc0297c75b56f8cc8404ea4a19b8e0d2e0f58b43d9ac3beaadc3b188193d geth-1.8.7.tar.gz" |