diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 03:24:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-21 03:36:54 +0100 |
commit | 6410615cee0bfc8b0e8e981ea18a6ac01e72a109 (patch) | |
tree | 8a47a79e67bee34e8b0dd022970cde797ab149d9 /community/geth | |
parent | d1462b1dbf7f30f6dd7f364dffe517e02b5b769e (diff) | |
download | aports-6410615cee0bfc8b0e8e981ea18a6ac01e72a109.tar.bz2 aports-6410615cee0bfc8b0e8e981ea18a6ac01e72a109.tar.xz |
community/geth: upgrade to 1.9.10
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 8aba938917..637025c219 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.9.9 +pkgver=1.9.10 pkgrel=0 pkgdesc="Official Go implementation of the Ethereum protocol" url="https://geth.ethereum.org/" @@ -26,4 +26,4 @@ package() { install -m755 -t "$pkgdir"/usr/bin build/bin/* } -sha512sums="dbf379a24081933e73d8ad64b7953229baa1315ae4e1a4cea3b57f056edc19513bc5e335bf325f5cdb2a5b191e2b304158270fc1d55812a4b937d818de7d3226 geth-1.9.9.tar.gz" +sha512sums="2bde75a95ef64c36695baa8cbaed20a9a838ab15a82b3e3a3dccf6085ce65e3ce5a508b70798d10bc3c91dc249ef1ff112dd27c8c4ec19fb614795b2e7f0ea13 geth-1.9.10.tar.gz" |