diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-07-28 23:11:07 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-07-28 23:11:07 +0300 |
commit | 3092e977bafd03198c36747b85af97edb2993179 (patch) | |
tree | c613e88adddd9574f185bd0e38f6042de8a9c85f /community | |
parent | 10ace4040c1db57e984e8225d93da146b75846f2 (diff) | |
download | aports-3092e977bafd03198c36747b85af97edb2993179.tar.gz aports-3092e977bafd03198c36747b85af97edb2993179.tar.bz2 aports-3092e977bafd03198c36747b85af97edb2993179.tar.xz |
community/geth: upgrade to 1.10.6
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 a5a04072e9..76dd941126 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.10.5 +pkgver=1.10.6 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" @@ -27,5 +27,5 @@ package() { } sha512sums=" -4594ef3d512a673ee99fd1176399e20831139ef77f016003b74d28592ecf6cabe0e773e5f759794535d3c7c5dd1ffa04c23e873715831fddf61b77d4ae62eca7 geth-1.10.5.tar.gz +2dbaf6c91d435d1a4e3b176bc65e92acbc499dd850e098e61741a23841f3dc9acedfbfb4f6901606883213a141942e44dcf340c58d4630d68f1eae4ed2257f41 geth-1.10.6.tar.gz " |