diff options
-rw-r--r-- | testing/py-sip/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-sip/APKBUILD b/testing/py-sip/APKBUILD index 188b594e32..1fc785ab34 100644 --- a/testing/py-sip/APKBUILD +++ b/testing/py-sip/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py-sip _pkgname=sip -pkgver=4.12.3 -pkgrel=1 +pkgver=4.13.2 +pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" url="http://www.riverbankcomputing.com/software/sip/" arch="all" @@ -27,4 +27,4 @@ package() { install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE } -md5sums="d0f1fa60494db04b4d115d4c2d92f79e sip-4.12.3.tar.gz" +md5sums="5a12ea8e8a09b879ed2b3817e30fbc84 sip-4.13.2.tar.gz" |