diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-06-24 16:53:36 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-06-27 06:55:01 +0000 |
commit | 14aa2199998a948bdb3bf05f6e125dd08b6c9ec4 (patch) | |
tree | cef1773421cd631ba0956091199053f6f6df0d79 /testing | |
parent | bb190289864112b9ab24365c4d7fc6d0aa40bfe5 (diff) | |
download | aports-14aa2199998a948bdb3bf05f6e125dd08b6c9ec4.tar.bz2 aports-14aa2199998a948bdb3bf05f6e125dd08b6c9ec4.tar.xz |
testing/geth: upgrade to 1.6.6
Diffstat (limited to 'testing')
-rw-r--r-- | testing/geth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/geth/APKBUILD b/testing/geth/APKBUILD index 0fb7f3e9ce..a8031c2ea9 100644 --- a/testing/geth/APKBUILD +++ b/testing/geth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=geth -pkgver=1.6.5 +pkgver=1.6.6 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="1d32061a06766457cd88991b85da241a2103c8ad9b9fc6cba3614afd78d755c3a5caf5478f9d3d4e94cdebb4b249f0101da332e7e99b045805ee61e22f79c727 geth-1.6.5.tar.gz" +sha512sums="edc08b328cd56f4fc8aafa58782c8b54ac9b20827c6591c8b771d3f6400fa6b03ab131c4b5767181972f1a374fb118ad607a4a3cc1c3c86546159c5b9b8cc841 geth-1.6.6.tar.gz" |