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-qtgraphicaleffects | |
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-qtgraphicaleffects')
-rw-r--r-- | community/qt5-qtgraphicaleffects/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtgraphicaleffects/APKBUILD b/community/qt5-qtgraphicaleffects/APKBUILD index 88bcebb01b..27883f79ba 100644 --- a/community/qt5-qtgraphicaleffects/APKBUILD +++ b/community/qt5-qtgraphicaleffects/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qt5-qtgraphicaleffects _pkgname=${pkgname/qt5-//}-everywhere-src -pkgver=5.12.0 +pkgver=5.12.1 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -37,4 +37,4 @@ package() { make install INSTALL_ROOT="$pkgdir" } -sha512sums="88545f9f11d5f97aa70b293539aa10b4e87bbf1f585ba57cbf337c0300b2cdad52ab9d25867a663714ae345c21006d10f567fdbb839df235a9faf7f7674a5835 qtgraphicaleffects-everywhere-src-5.12.0.tar.xz" +sha512sums="f7c93fa9b33a4096d5a150a6db984400daecc0ee16203402f1d465fddd288a9ea55625fcbd4ccd4c0b8addaa458d7955244b076a9c6c13a83d7c61c6029ddd81 qtgraphicaleffects-everywhere-src-5.12.1.tar.xz" |