diff options
author | 2019-02-20 21:29:58 +0100 | |
---|---|---|
committer | 2019-02-21 11:29:09 +0100 | |
commit | ebd07bbe21eef6c1759a6c70962993f1128ea4d8 (patch) | |
tree | ba28922bafb461fbfdae5a615d3bc687cbf06599 /media-libs/libsfml | |
parent | kde-frameworks/kdoctools: Drop 5.54.0 (diff) | |
download | gentoo-ebd07bbe21eef6c1759a6c70962993f1128ea4d8.tar.gz gentoo-ebd07bbe21eef6c1759a6c70962993f1128ea4d8.tar.bz2 gentoo-ebd07bbe21eef6c1759a6c70962993f1128ea4d8.zip |
media-libs/libsfml: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11119
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libsfml')
-rw-r--r-- | media-libs/libsfml/libsfml-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsfml/libsfml-2.5.1.ebuild b/media-libs/libsfml/libsfml-2.5.1.ebuild index 6da461a12eb4..715c1d5a2246 100644 --- a/media-libs/libsfml/libsfml-2.5.1.ebuild +++ b/media-libs/libsfml/libsfml-2.5.1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils eapi7-ver MY_P="SFML-${PV}" DESCRIPTION="Simple and Fast Multimedia Library (SFML)" -HOMEPAGE="http://www.sfml-dev.org/ https://github.com/SFML/SFML" +HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML" SRC_URI="https://github.com/SFML/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" |