diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-01 23:32:56 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-01 23:38:20 +0100 |
commit | e4109fcc6763040339b9e3a660325064ea1e6bbe (patch) | |
tree | 1bd4b4b7a7b3ea9a3c14a6724da55ce517b837f6 /community/py3-sip/APKBUILD | |
parent | 385e421994f808326f67156579001d39a06a3e5a (diff) | |
download | aports-e4109fcc6763040339b9e3a660325064ea1e6bbe.tar.bz2 aports-e4109fcc6763040339b9e3a660325064ea1e6bbe.tar.xz |
community/py3-sip: upgrade to 4.19.21
Diffstat (limited to 'community/py3-sip/APKBUILD')
-rw-r--r-- | community/py3-sip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-sip/APKBUILD b/community/py3-sip/APKBUILD index 3f5092a3d6..8c9a7d43e1 100644 --- a/community/py3-sip/APKBUILD +++ b/community/py3-sip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-sip _pkgname=sip -pkgver=4.19.20 +pkgver=4.19.21 pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" options="!check" # No testsuite @@ -63,4 +63,4 @@ dev() { default_dev } -sha512sums="d5cd49f6fcae08306ac5f993710c40b82804d6b268cf3fa14077e73f34b02d551aa3caf57a985fe39b5acd61c465b00372d2ada722ced76e670dec14b5f8de44 sip-4.19.20.tar.gz" +sha512sums="441e1fe6b3eb6820638f9b4436e820da39b72dd70b402afa5237979ac671978c081d92e1e78920bb754bbc66b159bad08edb3bbb497b7e72dee6ff1d69cd1b60 sip-4.19.21.tar.gz" |