diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-19 13:17:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-19 13:17:56 -0300 |
commit | adb7ebde9d5dd14e6236df42554f5da902060770 (patch) | |
tree | eeb6bee45cee62a6655115580b3a0fbb157e57a6 /community | |
parent | 85b174327d5235e98f37cf23308e0e82032b9035 (diff) | |
download | aports-adb7ebde9d5dd14e6236df42554f5da902060770.tar.bz2 aports-adb7ebde9d5dd14e6236df42554f5da902060770.tar.xz |
community/geth: upgrade to 1.9.11
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 637025c219..95bdc9ea77 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.10 +pkgver=1.9.11 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="2bde75a95ef64c36695baa8cbaed20a9a838ab15a82b3e3a3dccf6085ce65e3ce5a508b70798d10bc3c91dc249ef1ff112dd27c8c4ec19fb614795b2e7f0ea13 geth-1.9.10.tar.gz" +sha512sums="43aa0f42a69f4ba2f1505f6ef2c3e8afb86ab136b1763b421dca248d8809ce9b22e6c09e7c47a4ea0ec13b9d6587c995fd64dd025ac70a9a35da0deaf0b1ec90 geth-1.9.11.tar.gz" |