diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 14:39:40 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-03 09:11:59 +0100 |
commit | ec12a1dfb0e96e999504c75c70304d0b41fe44ac (patch) | |
tree | fee8c898b14edb515f613d33013adf3f26f167e6 /community/qt5-qtwebengine | |
parent | 53942d5e161fdabf3bc82e0e44c13f09b2dddd24 (diff) | |
download | aports-ec12a1dfb0e96e999504c75c70304d0b41fe44ac.tar.bz2 aports-ec12a1dfb0e96e999504c75c70304d0b41fe44ac.tar.xz |
qt5: update url to use "https"
Diffstat (limited to 'community/qt5-qtwebengine')
-rw-r--r-- | community/qt5-qtwebengine/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qt5-qtwebengine/APKBUILD b/community/qt5-qtwebengine/APKBUILD index eb64d9418c..2e4979e5b5 100644 --- a/community/qt5-qtwebengine/APKBUILD +++ b/community/qt5-qtwebengine/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qt5-qtwebengine pkgver=5.12.5 -pkgrel=3 +pkgrel=4 pkgdesc="Qt5 - QtWebEngine components" -url="http://qt-project.org/" +url="https://www.qt.io/developers/" # ppc64le, s390x: not supported arch="all !ppc64le !s390x !armhf" # armhf blocked by qt5-qtdeclarative license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0" @@ -60,7 +60,7 @@ case $pkgver in *) _rel=official_releases;; esac -source="http://download.qt-project.org/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtwebengine-everywhere-src-$_v.tar.xz +source="https://download.qt.io/$_rel/qt/${pkgver%.*}/$_ver/submodules/qtwebengine-everywhere-src-$_v.tar.xz arm-void-is-not-android.patch qt-musl-dispatch_to_musl.patch qt-musl-execinfo.patch |