diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-01-21 16:52:39 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 17:35:17 +0000 |
commit | c0ce04ee68a864cd179b64aa2ff2ae5673340e93 (patch) | |
tree | fffe7c1c1d85b8d56224c3077a9ce0fc5585e32d /community/geth/APKBUILD | |
parent | cdee15c60d29a955a1ffbe4922cbcf08ed3cdb68 (diff) | |
download | aports-c0ce04ee68a864cd179b64aa2ff2ae5673340e93.tar.bz2 aports-c0ce04ee68a864cd179b64aa2ff2ae5673340e93.tar.xz |
community/geth: upgrade to 1.8.21
Diffstat (limited to 'community/geth/APKBUILD')
-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 e2f580c612..e4bd202ce3 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.20 -pkgrel=1 +pkgver=1.8.21 +pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" arch="all" @@ -30,5 +30,5 @@ package() { install -m755 -t "${pkgdir}"/usr/bin build/bin/* } -sha512sums="99a414991801f2deed6d40fe8fcd60f35c0bc1b0f54af4427d4e431de111d626855985ae929663dc5c7454a8d224663858d0f7236238d05c78775377b46510ba geth-1.8.20.tar.gz +sha512sums="807acab8a61fd2708c88a1ab69b2f0a961b9dd4fec55edbb7329d1c358619d4f3e4137319c5231a8cf07ecb10f29506d6e7a8120e0c67e760dedc46171bb31fb geth-1.8.21.tar.gz 7f1d4cf22e1d48baebd28725ee099cb878028980af336b6e92d1f580a24a7d11e8b302e2b1f8c14f5b18b1d01313abe43464d8bef631ca18e5b0d613fe0a10a0 fix-ppc64le-isatty.patch" |