diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-12-13 19:42:41 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 11:27:30 +0000 |
commit | 49317b93e7f13d3e8bfa6e9fcc194ae58459fe10 (patch) | |
tree | 5c34aefbab4c5e35ded8b1767ee5367d5431b03e /community/qt5-qtlocation/APKBUILD | |
parent | 0558b5b828ed4752115a65e18a3547881b912971 (diff) | |
download | aports-49317b93e7f13d3e8bfa6e9fcc194ae58459fe10.tar.bz2 aports-49317b93e7f13d3e8bfa6e9fcc194ae58459fe10.tar.xz |
community/qt5-qtlocation: upgrade to 5.12.0
Diffstat (limited to 'community/qt5-qtlocation/APKBUILD')
-rw-r--r-- | community/qt5-qtlocation/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtlocation/APKBUILD b/community/qt5-qtlocation/APKBUILD index 783e094797..fe30f2f1ab 100644 --- a/community/qt5-qtlocation/APKBUILD +++ b/community/qt5-qtlocation/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=qt5-qtlocation _pkgname=${pkgname/qt5-//}-everywhere-src -pkgver=5.10.1 +pkgver=5.12.0 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -40,4 +40,4 @@ package() { cd "$builddir"/build make INSTALL_ROOT="$pkgdir" install } -sha512sums="c804de1026d8fd1d98aae2d8ac9e9383414f3d3316637463a059c2ed56e39d66d48126a2ad421df1a747cb4629fa4520a0ff18f56a5597fb6f73e8da7352fa0d qtlocation-everywhere-src-5.10.1.tar.xz" +sha512sums="ce85ecbfacba12267bf9d4b58abfe95d81242bebceae53c769eac9518b00c3b2569a9049b88d672370b32ef0a91967446cd33b66ecb15739601d73af70320ba0 qtlocation-everywhere-src-5.12.0.tar.xz" |