diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-20 10:41:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-20 10:42:10 +0000 |
commit | 3a352d4371ebe2041edf5ff309c44a595e4710ca (patch) | |
tree | 514bcc2c5d3669bbcf1c9bad7a0d194e69dd3509 /community/py3-qt5 | |
parent | 8583742091b6cf6b85bd464547a690e8a9a33c60 (diff) | |
download | aports-3a352d4371ebe2041edf5ff309c44a595e4710ca.tar.bz2 aports-3a352d4371ebe2041edf5ff309c44a595e4710ca.tar.xz |
community/py3-qt5: upgrade to 5.9.2
Diffstat (limited to 'community/py3-qt5')
-rw-r--r-- | community/py3-qt5/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-qt5/APKBUILD b/community/py3-qt5/APKBUILD index 494cdf70d6..452a2dd198 100644 --- a/community/py3-qt5/APKBUILD +++ b/community/py3-qt5/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-qt5 _pkgname=PyQt5 -pkgver=5.9.1 +pkgver=5.9.2 pkgrel=0 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" @@ -41,4 +41,4 @@ package(){ make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install } -sha512sums="e33a7856b73cb02c5ac307729abcbffdb4badf5ec4bfccd02cf70786c9f9639b154968931b35d75e426953dec024be3472297ec6a1efb26a7e8f79f26e9f89d7 PyQt5_gpl-5.9.1.zip" +sha512sums="26144c1223997dfa7eed70cbf408d454bcafd3e71c9b479172a943537c4e8aaf2a1a0853da80dff615defd5eb6e8297e6fdd3021bb2ae7669142ac3b60c742fe PyQt5_gpl-5.9.2.zip" |