diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-18 06:37:28 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-18 06:37:28 +0000 |
commit | 715ec6458084b68f69fb687e94a1150170ff2212 (patch) | |
tree | f4ebf6022889796eb9e6e69ebc073e8cef4a6240 /testing/py-gettext | |
parent | 1a9dd26962ad07bbc82d744b747288fbd0a5acc9 (diff) | |
download | aports-715ec6458084b68f69fb687e94a1150170ff2212.tar.bz2 aports-715ec6458084b68f69fb687e94a1150170ff2212.tar.xz |
testing/py-gettext: upgrade to 4.0
Diffstat (limited to 'testing/py-gettext')
-rw-r--r-- | testing/py-gettext/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-gettext/APKBUILD b/testing/py-gettext/APKBUILD index f8a23b52fe..86548c2691 100644 --- a/testing/py-gettext/APKBUILD +++ b/testing/py-gettext/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-gettext _pkgname=gettext -pkgver=3.0 -pkgrel=1 +pkgver=4.0 +pkgrel=0 pkgdesc="Python implementation of Gettext" url="https://github.com/hannosch/python-gettext" arch="noarch" @@ -47,4 +47,4 @@ _py3() { _py python3 } -sha512sums="ef4770f2585c838abc4758acd5a6e0fbc3db22d495601ff582fb2c9e7172269c04fa7f8f3e4a80d3255c9a219d9b1a5da3dc9a5e41be3081a64f426b032dfbdc py-gettext-3.0.tar.gz" +sha512sums="b33786ddd32d5e6c31b062ea88131788f8ba68fcd40e2a519e433584b662f766fd866fc249bc77ae06174d133fbae63b0ef9acf45161ff7d79ceab893afde873 py-gettext-4.0.tar.gz" |