gnu-go: swap GNU url and mirror.
This commit is contained in:
parent
3d98f9ee5b
commit
55a824d9e0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GnuGo < Formula
|
||||
desc "GNU Go"
|
||||
homepage "https://www.gnu.org/software/gnugo/gnugo.html"
|
||||
url "https://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/gnugo/gnugo-3.8.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/gnugo/gnugo-3.8.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz"
|
||||
sha256 "da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72"
|
||||
revision 1
|
||||
head "https://git.savannah.gnu.org/git/gnugo.git"
|
||||
|
|
Loading…
Reference in a new issue