diff options
Diffstat (limited to 'community/qt5-qtwebchannel/APKBUILD')
-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" |