Skip to content

Commit

Permalink
games-board/stockfish: use HTTPs
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and FuzzyGophers committed Jun 11, 2018
1 parent 7f6a138 commit 3d85b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions games-board/stockfish/stockfish-8.ebuild
Original file line number Diff line number Diff line change
@@ -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 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"
Expand Down
2 changes: 1 addition & 1 deletion games-board/stockfish/stockfish-9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d85b89

Please sign in to comment.