diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/calabash.rb | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Library/Formula/calabash.rb b/Library/Formula/calabash.rb index 8a40db83c..fa426afee 100644 --- a/Library/Formula/calabash.rb +++ b/Library/Formula/calabash.rb @@ -1,17 +1,13 @@ -require 'formula' - class Calabash < Formula - homepage 'http://xmlcalabash.com' - url 'http://xmlcalabash.com/download/calabash-1.0.15-95.zip' - sha1 'd1cb6f0f26780a504e1f6890a6a3e9261fc28c81' - - head 'https://github.com/ndw/xmlcalabash1.git' + homepage "http://xmlcalabash.com" + url "http://xmlcalabash.com/download/calabash-1.0.24-95.zip" + sha1 "e5443324147891728277880046e5466aef74a8ad" - depends_on 'saxon' + depends_on "saxon" def install libexec.install Dir["*"] - bin.write_jar_script libexec/'calabash.jar', 'calabash', '-Xmx1024m' + bin.write_jar_script libexec/"calabash.jar", "calabash", "-Xmx1024m" end test do |
