diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 07:38:53 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 07:51:19 +0100 |
commit | 9521b5ece2c955f7f77a9c4fdadff9385fcb7cc8 (patch) | |
tree | 5af336d9e8b6d95ce475e273956613f898a6c12b /community | |
parent | e21107a4158a9613b24a9be2c82b8c92c23e6519 (diff) | |
download | aports-9521b5ece2c955f7f77a9c4fdadff9385fcb7cc8.tar.bz2 aports-9521b5ece2c955f7f77a9c4fdadff9385fcb7cc8.tar.xz |
community/geth: upgrade to 1.9.9
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 ea2da1d157..8aba938917 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.8 +pkgver=1.9.9 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="91dbc30bcdfb9cf2bded77da1a808a7e528afe19823aad8efc934fa70a5189fa9a8797b99de67a7898bf908467496fe1d2efe8465787f7e2917b405ea2ec9ad7 geth-1.9.8.tar.gz" +sha512sums="dbf379a24081933e73d8ad64b7953229baa1315ae4e1a4cea3b57f056edc19513bc5e335bf325f5cdb2a5b191e2b304158270fc1d55812a4b937d818de7d3226 geth-1.9.9.tar.gz" |