diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-06 21:20:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-06 21:20:43 +0000 |
commit | 1c04b6cc259ef47faced9694d4695b1f7e70765b (patch) | |
tree | 470a1e201cf8c907259530900a7658d721b04056 /user/qt5-qtserialport/APKBUILD | |
parent | 20f6886b2f4338a78ea1409a8497982c9024509a (diff) | |
download | packages-1c04b6cc259ef47faced9694d4695b1f7e70765b.tar.gz packages-1c04b6cc259ef47faced9694d4695b1f7e70765b.tar.bz2 packages-1c04b6cc259ef47faced9694d4695b1f7e70765b.tar.xz packages-1c04b6cc259ef47faced9694d4695b1f7e70765b.zip |
user: Qt -> 5.9.7, Plasma -> 5.12.7
Diffstat (limited to 'user/qt5-qtserialport/APKBUILD')
-rw-r--r-- | user/qt5-qtserialport/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/qt5-qtserialport/APKBUILD b/user/qt5-qtserialport/APKBUILD index 78ce5b969..afbf09362 100644 --- a/user/qt5-qtserialport/APKBUILD +++ b/user/qt5-qtserialport/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=qt5-qtserialport _pkgname=qtserialport-opensource-src -pkgver=5.9.6 +pkgver=5.9.7 pkgrel=0 pkgdesc="Qt 5 - Connect Qt applications to serial ports" url="https://www.qt.io/" @@ -26,4 +26,4 @@ package() { make install INSTALL_ROOT="$pkgdir" } -sha512sums="a4f5230c78772aa8899471dea90bab38a1cc021c22737f959e1a6852d18e7faeaadba4d329e49b3c9a3b7ef5fea69febb550e7fb4a9d99902d0e80a144822847 qtserialport-opensource-src-5.9.6.tar.xz" +sha512sums="a90cfec383f2c1e8240bbcb0fe18c99773833d0749499e3b379d669b6053eaceea7813665068b2512cdc5c57cef5dafbdd9928e8f3d133405fb02c4c0c44e80b qtserialport-opensource-src-5.9.7.tar.xz" |