diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-10 17:12:55 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:53:33 -0400 |
commit | aa3f0a1fabe22ad03d6628928e16218825017d0e (patch) | |
tree | ab579445930bb0e354ee66e0ff6d53cf3f2d4c26 /media-video/smplayer | |
parent | net-mail/offlineimap: use HTTPS (diff) | |
download | gentoo-aa3f0a1fabe22ad03d6628928e16218825017d0e.tar.gz gentoo-aa3f0a1fabe22ad03d6628928e16218825017d0e.tar.bz2 gentoo-aa3f0a1fabe22ad03d6628928e16218825017d0e.zip |
media-video/smplayer: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11957
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video/smplayer')
-rw-r--r-- | media-video/smplayer/smplayer-18.10.0.ebuild | 4 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-18.6.0.ebuild | 4 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-19.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-19.1.0.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/media-video/smplayer/smplayer-18.10.0.ebuild b/media-video/smplayer/smplayer-18.10.0.ebuild index 87ba114738e4..23bf31eaf0a1 100644 --- a/media-video/smplayer/smplayer-18.10.0.ebuild +++ b/media-video/smplayer/smplayer-18.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ PLOCALE_BACKUP="en_US" inherit gnome2-utils l10n qmake-utils toolchain-funcs xdg-utils DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" -HOMEPAGE="http://www.smplayer.eu/" +HOMEPAGE="https://www.smplayer.eu/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ BSD-2" diff --git a/media-video/smplayer/smplayer-18.6.0.ebuild b/media-video/smplayer/smplayer-18.6.0.ebuild index 711f309f6bec..4a7db89b0508 100644 --- a/media-video/smplayer/smplayer-18.6.0.ebuild +++ b/media-video/smplayer/smplayer-18.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ PLOCALE_BACKUP="en_US" inherit gnome2-utils l10n qmake-utils toolchain-funcs xdg-utils DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" -HOMEPAGE="http://www.smplayer.eu/" +HOMEPAGE="https://www.smplayer.eu/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ BSD-2" diff --git a/media-video/smplayer/smplayer-19.1.0-r1.ebuild b/media-video/smplayer/smplayer-19.1.0-r1.ebuild index a75e7524fb1e..e2d8157b3424 100644 --- a/media-video/smplayer/smplayer-19.1.0-r1.ebuild +++ b/media-video/smplayer/smplayer-19.1.0-r1.ebuild @@ -11,7 +11,7 @@ PLOCALE_BACKUP="en_US" inherit l10n qmake-utils toolchain-funcs xdg DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" -HOMEPAGE="http://www.smplayer.eu/" +HOMEPAGE="https://www.smplayer.eu/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ BSD-2" diff --git a/media-video/smplayer/smplayer-19.1.0.ebuild b/media-video/smplayer/smplayer-19.1.0.ebuild index 8eec394c1485..23bf31eaf0a1 100644 --- a/media-video/smplayer/smplayer-19.1.0.ebuild +++ b/media-video/smplayer/smplayer-19.1.0.ebuild @@ -11,7 +11,7 @@ PLOCALE_BACKUP="en_US" inherit gnome2-utils l10n qmake-utils toolchain-funcs xdg-utils DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" -HOMEPAGE="http://www.smplayer.eu/" +HOMEPAGE="https://www.smplayer.eu/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+ BSD-2" |