diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-26 10:40:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-26 11:52:35 +0200 |
commit | 94a6490f8a459add0d60125843d69efbe9b549ed (patch) | |
tree | 34006f7bf9abfcc84c4350f1fe61280ad8ab7e48 /games-fps | |
parent | games-fps/doom3-cdoom: use HTTPs (diff) | |
download | gentoo-94a6490f8a459add0d60125843d69efbe9b549ed.tar.gz gentoo-94a6490f8a459add0d60125843d69efbe9b549ed.tar.bz2 gentoo-94a6490f8a459add0d60125843d69efbe9b549ed.zip |
games-fps/doom3-chextrek: use HTTPS, fix download link
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild index 959c85e21958..2f9b99a7b4fb 100644 --- a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild +++ b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ MOD_ICON="flem.ico" inherit games-mods -HOMEPAGE="http://www.moddb.com/mods/chex-trek-beyond-the-quest" +HOMEPAGE="https://www.moddb.com/mods/chex-trek-beyond-the-quest" SRC_URI="chextrek_beta_${PV/.}.zip" LICENSE="GameFront" @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/8396958" + elog "https://www.moddb.com/mods/chex-trek-beyond-the-quest/downloads/chex-trek-beta-052" elog "and move it to ${DISTDIR}" } |