Skip to content

Commit

Permalink
gnu-chess: swap GNU url and mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 23, 2017
1 parent 898cb2d commit a998680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gnu-chess.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GnuChess < Formula
desc "GNU Chess"
homepage "https://www.gnu.org/software/chess/"
url "https://ftpmirror.gnu.org/chess/gnuchess-6.2.4.tar.gz"
mirror "https://ftp.gnu.org/gnu/chess/gnuchess-6.2.4.tar.gz"
url "https://ftp.gnu.org/gnu/chess/gnuchess-6.2.4.tar.gz"
mirror "https://ftpmirror.gnu.org/chess/gnuchess-6.2.4.tar.gz"
sha256 "3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef"

bottle do
Expand All @@ -22,7 +22,7 @@ class GnuChess < Formula
option "with-book", "Download the opening book (~25MB)"

resource "book" do
url "https://ftpmirror.gnu.org/chess/book_1.02.pgn.gz"
url "https://ftp.gnu.org/gnu/chess/book_1.02.pgn.gz"
sha256 "deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44"
end

Expand Down

0 comments on commit a998680

Please sign in to comment.