diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-18 09:22:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-18 20:15:08 +0200 |
commit | af0e3766fbd5fb4751cdccd010889b8896323953 (patch) | |
tree | 95b902d2d61e065193caf5956d7ae5349e3e4d8f /games-engines | |
parent | games-board/ccgo: use HTTPS (diff) | |
download | gentoo-af0e3766fbd5fb4751cdccd010889b8896323953.tar.gz gentoo-af0e3766fbd5fb4751cdccd010889b8896323953.tar.bz2 gentoo-af0e3766fbd5fb4751cdccd010889b8896323953.zip |
games-engines/openxcom: use HTTPS
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild | 4 | ||||
-rw-r--r-- | games-engines/openxcom/openxcom-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild b/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild index 2b0cd1f377b6..d76a38f5f0b2 100644 --- a/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild +++ b/games-engines/openxcom/openxcom-1.0.0_p20180317.ebuild @@ -6,7 +6,7 @@ inherit cmake-utils gnome2-utils COMMIT="ea9ac466221f8b4f8974d2db1c42dc4ad6126564" DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" -HOMEPAGE="http://openxcom.org/" +HOMEPAGE="https://openxcom.org/" SRC_URI="https://github.com/SupSuper/OpenXcom/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+ CC-BY-SA-4.0" @@ -52,7 +52,7 @@ pkg_postinst() { elog "/usr/share/${PN}/TFTD" echo elog "If you need or want text in some language other than english, download:" - elog "http://openxcom.org/translations/latest.zip and uncompress it in" + elog "https://openxcom.org/translations/latest.zip and uncompress it in" elog "/usr/share/${PN}/common/Language" } diff --git a/games-engines/openxcom/openxcom-9999.ebuild b/games-engines/openxcom/openxcom-9999.ebuild index 746a5950a0a8..7726841e5584 100644 --- a/games-engines/openxcom/openxcom-9999.ebuild +++ b/games-engines/openxcom/openxcom-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit cmake-utils gnome2-utils git-r3 DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" -HOMEPAGE="http://openxcom.org/" +HOMEPAGE="https://openxcom.org/" EGIT_REPO_URI="https://github.com/SupSuper/OpenXcom.git" LICENSE="GPL-3+ CC-BY-SA-4.0" @@ -50,7 +50,7 @@ pkg_postinst() { elog "/usr/share/${PN}/TFTD" echo elog "If you need or want text in some language other than english, download:" - elog "http://openxcom.org/translations/latest.zip and uncompress it in" + elog "https://openxcom.org/translations/latest.zip and uncompress it in" elog "/usr/share/${PN}/common/Language" } |