diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-07 16:26:44 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-07 16:30:12 +0000 |
commit | 8e5781081b9725ae8d8d211b9b4d05443a6db9ed (patch) | |
tree | 9dab25238097467174ddb41a7c0b23302617bd9b /community | |
parent | aba624afe88a836d1ab89a9d5b165668b1cbe7a3 (diff) | |
download | aports-8e5781081b9725ae8d8d211b9b4d05443a6db9ed.tar.bz2 aports-8e5781081b9725ae8d8d211b9b4d05443a6db9ed.tar.xz |
community/py-cx_freeze: upgrade to 5.1
Diffstat (limited to 'community')
-rw-r--r-- | community/py-cx_freeze/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-cx_freeze/APKBUILD b/community/py-cx_freeze/APKBUILD index d1d6c1cdcd..f967ce6dde 100644 --- a/community/py-cx_freeze/APKBUILD +++ b/community/py-cx_freeze/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-cx_freeze _pkgname=cx_Freeze -pkgver=5.0.2 +pkgver=5.1 pkgrel=0 pkgdesc="Set of utilities for freezing Python scripts into executables" url="http://cx-freeze.sourceforge.net/" @@ -52,4 +52,4 @@ _py3() { } -sha512sums="eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 cx_Freeze-5.0.2.tar.gz" +sha512sums="cd71558bf7a20110b8f922c96a986cca1cca2b67b46356c6c4f1b6ae4a3420b7bba6949b2b47e8ddbefd61c148991b39a9522116324876b5ef17bba1e7d8540a cx_Freeze-5.1.tar.gz" |