diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-14 12:02:51 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-09-15 08:11:07 +0000 |
commit | 90406f028387c9d4e4989d1aed65f75114a3e5ad (patch) | |
tree | 72090d4611ecf6c27f50ed9b5bc76903f0192709 /community/qt5-qtwebchannel | |
parent | c89843041fa56b6bacf1270da135edbf937e9602 (diff) | |
download | aports-90406f028387c9d4e4989d1aed65f75114a3e5ad.tar.bz2 aports-90406f028387c9d4e4989d1aed65f75114a3e5ad.tar.xz |
community/qt5-qt*: upgrade to 5.12.5
Diffstat (limited to 'community/qt5-qtwebchannel')
-rw-r--r-- | community/qt5-qtwebchannel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD index 12ce974ded..a04904d305 100644 --- a/community/qt5-qtwebchannel/APKBUILD +++ b/community/qt5-qtwebchannel/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=qt5-qtwebchannel _pkgname=${pkgname/qt5-//}-everywhere-src -pkgver=5.12.4 +pkgver=5.12.5 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -40,4 +40,4 @@ package() { cd "$builddir"/build make INSTALL_ROOT="$pkgdir" install } -sha512sums="956c57c019623a2ccc4b4a7fc8ca2404a04862b7a3fdb8d1317dfd0d24d00f73db4698df22a9758667256646129163ea1b3a588435aa01f28e72e35300637458 qtwebchannel-everywhere-src-5.12.4.tar.xz" +sha512sums="8ea543f29e8f686961b033c1246714b1535d0be730026bef4b4ee172ce602c706d8a16b8391510a302df7be6545007a2f42311eb1aea4da326c3addde16ca2b2 qtwebchannel-everywhere-src-5.12.5.tar.xz" |