diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-11 19:03:41 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-11 19:56:22 +0100 |
commit | 49e96b9ab7018289e9964cec20cc509929fb401c (patch) | |
tree | 975701d9f6baa26dd142cca1059751ef42b5af41 /community/py3-cx_freeze/APKBUILD | |
parent | a2ac93619acdd9bd16b55d1688574c6f63e6d698 (diff) | |
download | aports-49e96b9ab7018289e9964cec20cc509929fb401c.tar.bz2 aports-49e96b9ab7018289e9964cec20cc509929fb401c.tar.xz |
community/py3-cx_freeze: upgrade to 6.1
Diffstat (limited to 'community/py3-cx_freeze/APKBUILD')
-rw-r--r-- | community/py3-cx_freeze/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-cx_freeze/APKBUILD b/community/py3-cx_freeze/APKBUILD index b5d9d0a1fb..5592b1053d 100644 --- a/community/py3-cx_freeze/APKBUILD +++ b/community/py3-cx_freeze/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-cx_freeze _pkgname=cx_Freeze -pkgver=6.0 +pkgver=6.1 pkgrel=0 pkgdesc="Set of utilities for freezing Python scripts into executables" url="http://cx-freeze.sourceforge.net/" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ef7bee8e1ee880d186894e526962001c5190872f3a144ea50f850bc80272e15fbcfb0bc3d42c172e6bc5f6dcfa2329ab197b314c6310d09fc4d4bf999cdbdad0 cx_Freeze-6.0.tar.gz" +sha512sums="029753e8b9eafdad383254af0f7296052c124b662473f4453b6bda0ea500430642d93941a59c23df1d0bbbee462f7d61390b5f66c946372c96bf41ea6ffbc685 cx_Freeze-6.1.tar.gz" |