diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:32:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:33:04 +0200 |
commit | d52d6381799694c28d8f9c9468c1e0f1df36d5c4 (patch) | |
tree | 1438fd6ce3a447e85bda416ff749345de8516649 /games-action | |
parent | games-action/bomberclone: use HTTPS (diff) | |
download | gentoo-d52d6381799694c28d8f9c9468c1e0f1df36d5c4.tar.gz gentoo-d52d6381799694c28d8f9c9468c1e0f1df36d5c4.tar.bz2 gentoo-d52d6381799694c28d8f9c9468c1e0f1df36d5c4.zip |
games-action/d2x-rebirth: use HTTPS
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild index c5fbb76c050c..94181da69e2f 100644 --- a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild +++ b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,11 +8,11 @@ inherit eutils scons-utils games DV=2 MY_P=dxx-rebirth-${PV}-d2x DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine" -HOMEPAGE="http://www.dxx-rebirth.com/" +HOMEPAGE="https://www.dxx-rebirth.com/" SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/0.58.1-d2x.tar.gz -> ${P}.tar.gz - opl3-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip ) - sc55-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) - l10n_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )" + opl3-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip ) + sc55-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) + l10n_de? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )" LICENSE="D1X GPL-2 public-domain" SLOT="0" |