diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 01:19:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-04 01:23:15 +0100 |
commit | 43a3f5fbefde1c300513189f78581eb8be379290 (patch) | |
tree | 52494d939f6dd6ca922c47379e17ab067f0f0121 /testing/py3-billiard | |
parent | 679ab4c26c71e8aa6db37645b01f10aa63a08df8 (diff) | |
download | aports-43a3f5fbefde1c300513189f78581eb8be379290.tar.bz2 aports-43a3f5fbefde1c300513189f78581eb8be379290.tar.xz |
testing/py3-billiard: upgrade to 3.6.2.0
Diffstat (limited to 'testing/py3-billiard')
-rw-r--r-- | testing/py3-billiard/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-billiard/APKBUILD b/testing/py3-billiard/APKBUILD index aaae235752..82febc4b8a 100644 --- a/testing/py3-billiard/APKBUILD +++ b/testing/py3-billiard/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-billiard -pkgver=3.6.1.0 -pkgrel=1 +pkgver=3.6.2.0 +pkgrel=0 pkgdesc="a message queue abstraction layer" url="https://pypi.python.org/pypi/billiard/" arch="noarch" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="d0250d30bc22340ef0931df6c909c6353fcda486d0a9100c3ec922ce8284bb0b359faba2d696ddc3ddb8eb4dc7d8e07fe7e2f2cf3244b67a5ed90ebad8c5f68b billiard-3.6.1.0.tar.gz" +sha512sums="ff04ac024ddca935fb9713226d288b4b3bf856ae52948f86c061e291c163343af34bf545f0b5ec727e643ba6566004d3b5a4684509b5169e0e45e8a64998219a billiard-3.6.2.0.tar.gz" |