diff options
author | André Klitzing <aklitzing@gmail.com> | 2019-03-12 11:12:59 +0100 |
---|---|---|
committer | André Klitzing <aklitzing@gmail.com> | 2019-03-12 11:19:03 +0100 |
commit | c1eb5ca987a1cb971bb6e4fee12d86b4813dd48e (patch) | |
tree | 54e45fb6bac742dac11ca5fdb277a86a914107e7 /community/geth | |
parent | 98da4cd781f5564cb116f8c49b14b8cddbca89c3 (diff) | |
download | aports-c1eb5ca987a1cb971bb6e4fee12d86b4813dd48e.tar.bz2 aports-c1eb5ca987a1cb971bb6e4fee12d86b4813dd48e.tar.xz |
community/geth: upgrade to 1.8.23
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 b613179151..0878391d70 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.22 +pkgver=1.8.23 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="a8c8f54c38f90c95012cdbdcc2d33c0a29b57a7031d380b5b8f984914317e23a194c257913dc11c0da9209351041cd860979327c6340379bcfb734ebb635cee2 geth-1.8.22.tar.gz" +sha512sums="5f86641c90ec30dcefd2ca5fb984161a49dd8007b24d6cdc76e33353ad2945439310d5d0bbc06dca198cd0ca74dfcf36e1fdf394c110f8b6427a282ce7381c9e geth-1.8.23.tar.gz" |