diff options
| author | Dominyk Tiller | 2015-02-05 23:27:13 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-06 08:24:14 +0000 |
| commit | 873e85049b8fd9909af433b6d489a7fc4527626c (patch) | |
| tree | 14803c6ad2df131e0c7438859b6cfd4d8fd59d77 /Library | |
| parent | f24da93d4632266b95da90c8bd4b277701ba5b74 (diff) | |
| download | homebrew-873e85049b8fd9909af433b6d489a7fc4527626c.tar.bz2 | |
calabash 1.0.24-95
Version bump. Removed the HEAD because it requires compile, and
including an ` ant ` dep and doing ` ant ` in the build process ended
up at fatal build errors for me.
Closes #36580.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 |
