diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 10:59:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:30 +0000 |
commit | 6b544d4c08e0f3fd2c56be5dd131b65bc1c487e0 (patch) | |
tree | 32b53d163bab3e998b9d6723ad4704d25c77b31f /main | |
parent | 091652943e6c232b00d9191423d52da03e527cc4 (diff) | |
download | aports-6b544d4c08e0f3fd2c56be5dd131b65bc1c487e0.tar.bz2 aports-6b544d4c08e0f3fd2c56be5dd131b65bc1c487e0.tar.xz |
main/qt: rebuild against libressl 2.5
Diffstat (limited to 'main')
-rw-r--r-- | main/qt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index 06345b2d53..7b3ea51862 100644 --- a/main/qt/APKBUILD +++ b/main/qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qt pkgver=4.8.7 -pkgrel=5 +pkgrel=6 pkgdesc="A cross-platform application and UI framework" url="http://qt-project.org/" arch="all" |