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-qtspeech | |
parent | 16974b899565db5d759629428a747e85b1ed2d86 (diff) | |
download | aports-61e4723a0317995acbe4262708693206e1906257.tar.bz2 aports-61e4723a0317995acbe4262708693206e1906257.tar.xz |
community/qt5-*: upgrade to 5.12.3
Diffstat (limited to 'community/qt5-qtspeech')
-rw-r--r-- | community/qt5-qtspeech/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtspeech/APKBUILD b/community/qt5-qtspeech/APKBUILD index a13c96ca98..cbc98bef5a 100644 --- a/community/qt5-qtspeech/APKBUILD +++ b/community/qt5-qtspeech/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=qt5-qtspeech _pkgname="${pkgname/qt5-/}-everywhere-src" -pkgver=5.12.1 +pkgver=5.12.3 pkgrel=0 pkgdesc="Qt module to make text to speech and speech recognition easy" url="https://qt.io" @@ -36,4 +36,4 @@ package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="321f6dafe0751af1e9cb5bd32f340ae445d2d148a8d2060bd5bd65d034f242547a79667253a4d1e220ccd4f59ea36a7fbe1b50093f36e2017b872f2b858050d2 qtspeech-everywhere-src-5.12.1.tar.xz" +sha512sums="9623a83cdfbed07dffcd8f0808c2a514c97fda72b68827d917f1a8ee3072286ef8bce06b114db94d7a0c3fc79425c2540fa5cadc6551367fd4431e5396395932 qtspeech-everywhere-src-5.12.3.tar.xz" |