fuego: secure url
This commit is contained in:
parent
5e728d488d
commit
1965f4f73c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
class Fuego < Formula
|
||||
desc "Collection of C++ libraries for the game of Go"
|
||||
homepage "https://fuego.sourceforge.io/"
|
||||
if MacOS.version >= :sierra
|
||||
url "https://svn.code.sf.net/p/fuego/code/trunk", :revision => 1981
|
||||
else
|
||||
url "http://svn.code.sf.net/p/fuego/code/trunk", :revision => 1981
|
||||
end
|
||||
version "1.1.SVN"
|
||||
|
||||
head "https://svn.code.sf.net/p/fuego/code/trunk"
|
||||
|
|
Loading…
Reference in a new issue