diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 14:48:23 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-05-11 21:38:56 +0100 |
commit | 0771c016c7e7328428891f46b2f2ab68de14a0f6 (patch) | |
tree | 9a71be10915a6580dfa4fc52cc1511c1199c5d32 /games-strategy/boswars | |
parent | games-rpg/vendetta-online-bin: use HTTPS (diff) | |
download | gentoo-0771c016c7e7328428891f46b2f2ab68de14a0f6.tar.gz gentoo-0771c016c7e7328428891f46b2f2ab68de14a0f6.tar.bz2 gentoo-0771c016c7e7328428891f46b2f2ab68de14a0f6.zip |
games-strategy/boswars: use HTTPS
Diffstat (limited to 'games-strategy/boswars')
-rw-r--r-- | games-strategy/boswars/boswars-2.7-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/boswars/boswars-2.7-r2.ebuild b/games-strategy/boswars/boswars-2.7-r2.ebuild index e47f414ef946..679d91a6ab3b 100644 --- a/games-strategy/boswars/boswars-2.7-r2.ebuild +++ b/games-strategy/boswars/boswars-2.7-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils scons-utils DESCRIPTION="Futuristic real-time strategy game" -HOMEPAGE="http://www.boswars.org/" -SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz +HOMEPAGE="https://www.boswars.org" +SRC_URI="https://www.boswars.org/dist/releases/${P}-src.tar.gz https://dev.gentoo.org/~hasufell/distfiles/${P}-fixed-images-for-libpng-1.6.tar.xz mirror://gentoo/bos.png" |