diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 09:26:04 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 09:26:04 +0000 |
commit | 61e4723a0317995acbe4262708693206e1906257 (patch) | |
tree | 8dea6a2d886174acbd5082e0e273faa347b862b5 /community/qt5-qtxmlpatterns | |
parent | 16974b899565db5d759629428a747e85b1ed2d86 (diff) | |
download | aports-61e4723a0317995acbe4262708693206e1906257.tar.bz2 aports-61e4723a0317995acbe4262708693206e1906257.tar.xz |
community/qt5-*: upgrade to 5.12.3
Diffstat (limited to 'community/qt5-qtxmlpatterns')
-rw-r--r-- | community/qt5-qtxmlpatterns/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtxmlpatterns/APKBUILD b/community/qt5-qtxmlpatterns/APKBUILD index 7349563fd2..f23ca48559 100644 --- a/community/qt5-qtxmlpatterns/APKBUILD +++ b/community/qt5-qtxmlpatterns/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qt5-qtxmlpatterns _pkgname=${pkgname/qt5-//}-everywhere-src -pkgver=5.12.1 +pkgver=5.12.3 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -38,4 +38,4 @@ package() { make install INSTALL_ROOT="$pkgdir" } -sha512sums="2a75b6fdbe07317ce91b69e0fc9abe39899b5c48885033f734c0d018115762e7558723ae0fcb5ad5a2266a52471f139236778be8191c61abec9bf0b07a0f01f7 qtxmlpatterns-everywhere-src-5.12.1.tar.xz" +sha512sums="4e421f0c78ca74f726f758bd95b33915297922f3b5a4fff84dde2600969f54f3914828fdb7903c7171e192f81966680b6c6bb4750de0be72728124470e7c798d qtxmlpatterns-everywhere-src-5.12.3.tar.xz" |