xboard: swap GNU url and mirror.
This commit is contained in:
parent
aae356d62f
commit
c0e9a02eb9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Xboard < Formula
|
||||
desc "Graphical user interface for chess"
|
||||
homepage "https://www.gnu.org/software/xboard/"
|
||||
url "https://ftpmirror.gnu.org/xboard/xboard-4.9.1.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/xboard/xboard-4.9.1.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/xboard/xboard-4.9.1.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/xboard/xboard-4.9.1.tar.gz"
|
||||
sha256 "2b2e53e8428ad9b6e8dc8a55b3a5183381911a4dae2c0072fa96296bbb1970d6"
|
||||
revision 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue