exult: secure url
also add a TODO
This commit is contained in:
parent
fa194cf235
commit
561a7946f4
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
class Exult < Formula
|
class Exult < Formula
|
||||||
desc "Recreation of Ultima 7"
|
desc "Recreation of Ultima 7"
|
||||||
homepage "https://exult.sourceforge.io/"
|
homepage "https://exult.sourceforge.io/"
|
||||||
url "svn://svn.code.sf.net/p/exult/code/exult/trunk", :revision => 7520
|
# TODO: move to: https://github.com/exult/exult
|
||||||
|
if MacOS.version >= :sierra
|
||||||
|
url "https://svn.code.sf.net/p/exult/code/exult/trunk", :revision => 7520
|
||||||
|
else
|
||||||
|
url "http://svn.code.sf.net/p/exult/code/exult/trunk", :revision => 7520
|
||||||
|
end
|
||||||
|
|
||||||
version "1.4.9rc1+r7520"
|
version "1.4.9rc1+r7520"
|
||||||
head "https://github.com/exult/exult.git"
|
head "https://github.com/exult/exult.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue