diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-23 13:10:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-12-23 13:26:53 +0000 |
commit | 21aba592cfa781643ef71f5487a4a287a6cc7365 (patch) | |
tree | 05e4dcbf63a11ef4702dc814eba0119a12a20c65 /community/py3-sip | |
parent | 0207d955fe566a32922f33c433b01f4db1ce1f40 (diff) | |
download | aports-21aba592cfa781643ef71f5487a4a287a6cc7365.tar.bz2 aports-21aba592cfa781643ef71f5487a4a287a6cc7365.tar.xz |
community/py3-sip: upgrade to 4.19.20
Diffstat (limited to 'community/py3-sip')
-rw-r--r-- | community/py3-sip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-sip/APKBUILD b/community/py3-sip/APKBUILD index d3f79463cc..3f5092a3d6 100644 --- a/community/py3-sip/APKBUILD +++ b/community/py3-sip/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-sip _pkgname=sip -pkgver=4.19.19 -pkgrel=1 +pkgver=4.19.20 +pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" options="!check" # No testsuite url="http://www.riverbankcomputing.com/software/sip/" @@ -63,4 +63,4 @@ dev() { default_dev } -sha512sums="396c625f59ccef67c2e94221b26dd4ed5d536652a9b63a9f23b340ddf16adf34c6bdb0fbd7c0c1cc403e1d59e8ebf716b478a24bade66a2703fcc5f00b62533d sip-4.19.19.tar.gz" +sha512sums="d5cd49f6fcae08306ac5f993710c40b82804d6b268cf3fa14077e73f34b02d551aa3caf57a985fe39b5acd61c465b00372d2ada722ced76e670dec14b5f8de44 sip-4.19.20.tar.gz" |