diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-02-06 23:16:54 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-08 10:10:07 +0000 |
commit | 5973fb6a004dc3190aeb7831c0e24714c507158c (patch) | |
tree | e12f09d34af33848e5a147a001058420d73557a7 /community/qt5-qtwebchannel | |
parent | 518353142d93a2037ce2ea3b7395e04066bd26bf (diff) | |
download | aports-5973fb6a004dc3190aeb7831c0e24714c507158c.tar.bz2 aports-5973fb6a004dc3190aeb7831c0e24714c507158c.tar.xz |
community/qt5-qt*: update to 5.12.1
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 80b3923389..d389e1ccb5 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.0 +pkgver=5.12.1 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -40,4 +40,4 @@ package() { cd "$builddir"/build make INSTALL_ROOT="$pkgdir" install } -sha512sums="cab265acd32e9e4a9454af5e76b803b7a63d63ce33fd587f3f2121d8ccfb7e59bdcc328149b39818a1afe83cf5b2ae8d21dc04739cd9ed04162fd621b59310bd qtwebchannel-everywhere-src-5.12.0.tar.xz" +sha512sums="71f2eb4b808e5892d246bafa289f7a4464e9705d568ceb01443b787d2eade8ee9bd20eef46900ba6fa2b251e7e15aebb7564e854360a3ad70992ad17cc1f9751 qtwebchannel-everywhere-src-5.12.1.tar.xz" |