summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-09 21:42:41 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-11 12:28:06 -0400
commit3d85b892400fdf438fc89362dc73ba3433f3776c (patch)
treefcc1afa7f1fae19e85c4f709317f4ca8f3989e46
parentdev-lang/mmix: use HTTPs (diff)
downloadgentoo-3d85b892.tar.gz
gentoo-3d85b892.tar.bz2
gentoo-3d85b892.zip
games-board/stockfish: use HTTPs
-rw-r--r--games-board/stockfish/stockfish-8.ebuild4
-rw-r--r--games-board/stockfish/stockfish-9.ebuild2
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"