media-gfx/lximage-qt: fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 15 Apr 2018 08:00:47 +0000 (10:00 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Apr 2018 12:42:21 +0000 (14:42 +0200)
media-gfx/lximage-qt/lximage-qt-0.4.0.ebuild
media-gfx/lximage-qt/lximage-qt-0.5.0.ebuild

index 77b829b7a64deedb93be8e826e1edc767a6339c9..3f7e9ec1ad17e002d70f3165d1fed3402729fa5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-       SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+       SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
index 42d9eb9331c2aacf10122eba428227f6e34b89e6..195fe4cef140955e1e3588ce38529bf40e305166 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
 else
-       SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz"
+       SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
        KEYWORDS="amd64 ~arm64 x86"
 fi