diff options
Diffstat (limited to 'community/py3-aiorpcx/APKBUILD')
-rw-r--r-- | community/py3-aiorpcx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiorpcx/APKBUILD b/community/py3-aiorpcx/APKBUILD index 816187eb85e..61dafa48b0e 100644 --- a/community/py3-aiorpcx/APKBUILD +++ b/community/py3-aiorpcx/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: MichaĆ Adamski <michal@ert.pl> pkgname=py3-aiorpcx -pkgver=0.18.4 +pkgver=0.18.5 pkgrel=0 pkgdesc="Generic async RPC implementation, including JSON-RPC" url="https://github.com/kyuupichan/aiorpcX" @@ -22,4 +22,4 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="510c75129d9d1b9d045c487a8afcae33373910e0448b0d34c4b9bc1c22cd5b3cffdd8cc212064d1b23318d209c37dc1ec968e68bcb9ad09a9cedd1e761dbe781 aiorpcX-0.18.4.tar.gz" +sha512sums="57457e8b8c475faf6f570fb6be8c5a6747488cf1e60b94f1335d41e516d3ce37676b515c7b362860a4c60aa02f063d67c64522ca1c81b8802b38b9cdc0555505 aiorpcX-0.18.5.tar.gz" |