ecl 11.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
71aa4085b9
commit
ccdc326de8
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Ecl <Formula
|
class Ecl <Formula
|
||||||
url 'http://downloads.sourceforge.net/project/ecls/ecls/10.4/ecl-10.4.1.tar.gz'
|
url 'http://downloads.sourceforge.net/project/ecls/ecls/11.1/ecl-11.1.1.tar.gz'
|
||||||
homepage 'http://ecls.sourceforge.net/'
|
homepage 'http://ecls.sourceforge.net/'
|
||||||
md5 'be53f5e55a3f07c7cfb5fb5cd9a2a3f0'
|
md5 '6963cfa00e1c6d4a2123fd62100b02e6'
|
||||||
|
|
||||||
# doesn't start otherwise
|
# doesn't start otherwise
|
||||||
skip_clean 'bin'
|
skip_clean 'bin'
|
||||||
|
|
Loading…
Reference in a new issue