diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-21 00:12:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-21 04:28:13 +0000 |
commit | d6c4a81bb5972cfcc5d67e71f151a306aede6a38 (patch) | |
tree | 874ce9709fc4dee288630dd9e82b983531117f03 | |
parent | 63a2b95fefd8ee106850c88bf4e47a00e566481e (diff) |
main/py3-setuptools: upgrade to 51.3.3
-rw-r--r-- | main/py3-setuptools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index a35f447225a..36897c3103f 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-setuptools _pkgname=${pkgname#py3-} -pkgver=51.0.0 +pkgver=51.3.3 pkgrel=0 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ @@ -62,4 +62,4 @@ package() { # we don't provide a non-suffixed easy_install rm -f "$pkgdir"/usr/bin/easy_install } -sha512sums="8374f94a409a1e4ac80fcb413cacfa7e9aa40946060ebef4ea2d7d6e4f8635c027f7cd904e2bf3b626e918a55304df4567c702e5cf62c95563f9a0604307bcff setuptools-51.0.0.tar.gz" +sha512sums="b032ea31ea250c4cefd1de914a46018bce2fb140739835a160ef096c59781a4aec1f05feeef03855241fe085707f535145fd77b446261fc6369bc2c39e5a4a22 setuptools-51.3.3.tar.gz" |