diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 05:02:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | dedeafb7de8670677501c4add371616ab8f864a1 (patch) | |
tree | 5fcd8f74654117bc79303c282506c532c0d224a8 | |
parent | b1e97da91d475faee9102ec423a996ea68a58cb2 (diff) | |
download | aports-dedeafb7de8670677501c4add371616ab8f864a1.tar.bz2 aports-dedeafb7de8670677501c4add371616ab8f864a1.tar.xz |
testing/py3-twine: upgrade to 3.1.1
-rw-r--r-- | testing/py3-twine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-twine/APKBUILD b/testing/py3-twine/APKBUILD index 2df6239df3..ac485dd621 100644 --- a/testing/py3-twine/APKBUILD +++ b/testing/py3-twine/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-twine _pkgname=twine -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=0 pkgdesc="Collection of utilities for publishing packages on PyPI" options="!check" # Requires unpackaged 'pretend' @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2d091f3a6f1c82bffae0a69ad9f35c1827e66ccc13eb2206585e7e782402c7f6588019ccc8f65819113611058d41830f905ed6e3cf70d2a179d8ee3e939f7216 twine-3.1.0.tar.gz" +sha512sums="ed5c366b389920bbd1fb7a5be1735d01cd36d4d91bac5a01cadf45a618aa6588a47c37d3fb34e8b62064f09d7d2a164cd6a4d1e56d670beaaf9f6194529ad754 twine-3.1.1.tar.gz" |