diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-02-06 17:45:40 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 18:47:48 +0000 |
commit | ddb66736d5dd65ea36bf50e5d291f9f945ce4382 (patch) | |
tree | ff84e37409009c5cff6ae92159b37259a9bf6a2e /main/py-setuptools/APKBUILD | |
parent | 1621cee01b6111d262e6478cc59c4dcdac13460e (diff) | |
download | aports-ddb66736d5dd65ea36bf50e5d291f9f945ce4382.tar.bz2 aports-ddb66736d5dd65ea36bf50e5d291f9f945ce4382.tar.xz |
main/py-setuptools: upgrade to 38.5.0
Diffstat (limited to 'main/py-setuptools/APKBUILD')
-rw-r--r-- | main/py-setuptools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD index 5c9e2ec250..6615906d25 100644 --- a/main/py-setuptools/APKBUILD +++ b/main/py-setuptools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-setuptools _pkgname=${pkgname#py-} -pkgver=38.4.1 +pkgver=38.5.0 pkgrel=0 pkgdesc="A collection of enhancements to the Python distutils" url="https://pypi.python.org/pypi/setuptools" @@ -53,4 +53,4 @@ _py3() { } -sha512sums="96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c setuptools-38.4.1.tar.gz" +sha512sums="c853865d454958ffd29d86388f5cb1ed1516fe0779dec571a84bfe1daf946ae245e2ebf7077981429ec000aad30003045a9cd5eb6a7a910eb11f66cb0b824726 setuptools-38.5.0.tar.gz" |