diff options
Diffstat (limited to 'community/qt5-qtwebglplugin/APKBUILD')
-rw-r--r-- | community/qt5-qtwebglplugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtwebglplugin/APKBUILD b/community/qt5-qtwebglplugin/APKBUILD index 6b5845a17d..e5b49241c5 100644 --- a/community/qt5-qtwebglplugin/APKBUILD +++ b/community/qt5-qtwebglplugin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=qt5-qtwebglplugin -pkgver=5.15.1 +pkgver=5.15.2 pkgrel=0 arch="all !armhf" # armhf blocked by qt5-qtdeclarative url="https://www.qt.io/developers/" @@ -38,4 +38,4 @@ package() { install -d "$pkgdir"/usr/share/licenses ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/$pkgname } -sha512sums="e1feae14ba911f635ee5b45569e7f8dc8db4fdf1ca0d583f84d10de89976b7728285edbf050273293327c0f8afaf0fec8dff8370e1bf6771d47ae611be8a0224 qtwebglplugin-everywhere-src-5.15.1.tar.xz" +sha512sums="14b9a0c08472121165eba82f3c81518be7b19484b7bee7887df9751edc6e2e7e76d06f961b180427014beb71c725d343e9f196f37690e2d207511f7639bd2627 qtwebglplugin-everywhere-src-5.15.2.tar.xz" |