diff options
-rw-r--r-- | community/py-sip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-sip/APKBUILD b/community/py-sip/APKBUILD index 92bba17b31..20e53e3bba 100644 --- a/community/py-sip/APKBUILD +++ b/community/py-sip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-sip _pkgname=sip -pkgver=4.19.17 +pkgver=4.19.18 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/" @@ -58,4 +58,4 @@ _py() { mv "$pkgdir"/usr/lib/${python}.* "$subpkgdir"/usr/lib/ } -sha512sums="d393cfc1643663926bd315a8df92abd82bec071bf0488b047625bdac43e9074bc8a510ac23244a7a2d2d181f70af9691db9d0b759e79643981d6afd71a49d3cb sip-4.19.17.tar.gz" +sha512sums="e3c58cc6c38b277b3b9fd7adf33df91b47e0385e59d52c543e630a194d73d04d91e0a3845cb3973d1955f77049e75246fa7e6f544e02e1efe0086a297cf1d887 sip-4.19.18.tar.gz" |