diff options
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 ad7b7cb156..aa820510ca 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.12.3 +pkgver=5.12.4 _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} @@ -40,4 +40,4 @@ package() { cd "$builddir"/build make INSTALL_ROOT="$pkgdir" install } -sha512sums="91b21e5bc78b960f15c60ae02827cd35292ab1a5dd5a47488d25ce6758177f0ce15545aef3ff9bd1456c6fd84f65cb74d385b726239e2f0be66de0f6fb9a7082 qtlocation-everywhere-src-5.12.3.tar.xz" +sha512sums="b03380feb2e6767dabb0a75f9234c52a9adc580d53b692c356b04293195f6cdd49d9c7e8eb91404b5a7e4c7507498078dd8f41de014330d35f0e99e034b8cf3a qtlocation-everywhere-src-5.12.4.tar.xz" |