diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-04-10 13:17:05 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-12 09:51:36 +0000 |
commit | 7e86117707bdd3c3390a12d55a0194a695a1cd15 (patch) | |
tree | 2be9ca4f07d76e48847b5c2c66e416f9f0a6be6c /community/geth | |
parent | 6c1d75a2610b19b9eeda9434a994d4a7dc158773 (diff) | |
download | aports-7e86117707bdd3c3390a12d55a0194a695a1cd15.tar.bz2 aports-7e86117707bdd3c3390a12d55a0194a695a1cd15.tar.xz |
community/geth: upgrade to 1.8.25
Diffstat (limited to 'community/geth')
-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 0878391d70..b750aaf2e5 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.23 +pkgver=1.8.25 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="5f86641c90ec30dcefd2ca5fb984161a49dd8007b24d6cdc76e33353ad2945439310d5d0bbc06dca198cd0ca74dfcf36e1fdf394c110f8b6427a282ce7381c9e geth-1.8.23.tar.gz" +sha512sums="0fbdcf1135a314e8ca2804d4d5551d5312fbafae33957a31343dc0480d4427e76ceff30656944606cb3a5dc6cd122779f7e6325e773dcce0e2bd127a1f60d6d3 geth-1.8.25.tar.gz" |