diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:42:41 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-11 12:28:06 -0400 |
commit | 3d85b892400fdf438fc89362dc73ba3433f3776c (patch) | |
tree | fcc1afa7f1fae19e85c4f709317f4ca8f3989e46 /games-board | |
parent | dev-lang/mmix: use HTTPs (diff) | |
download | gentoo-3d85b892400fdf438fc89362dc73ba3433f3776c.tar.gz gentoo-3d85b892400fdf438fc89362dc73ba3433f3776c.tar.bz2 gentoo-3d85b892400fdf438fc89362dc73ba3433f3776c.zip |
games-board/stockfish: use HTTPs
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/stockfish/stockfish-8.ebuild | 4 | ||||
-rw-r--r-- | games-board/stockfish/stockfish-9.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-board/stockfish/stockfish-8.ebuild b/games-board/stockfish/stockfish-8.ebuild index 857f59d38752..c908d406a8cd 100644 --- a/games-board/stockfish/stockfish-8.ebuild +++ b/games-board/stockfish/stockfish-8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world" -HOMEPAGE="http://stockfishchess.org/" +HOMEPAGE="https://stockfishchess.org/" SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" LICENSE="GPL-3" diff --git a/games-board/stockfish/stockfish-9.ebuild b/games-board/stockfish/stockfish-9.ebuild index da7db78dbf0a..dc5c8779f356 100644 --- a/games-board/stockfish/stockfish-9.ebuild +++ b/games-board/stockfish/stockfish-9.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Free UCI chess engine, claimed to be the strongest in the world" -HOMEPAGE="http://stockfishchess.org/" +HOMEPAGE="https://stockfishchess.org/" SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip" LICENSE="GPL-3" |