diff options
| author | Michael | 2015-02-09 12:32:55 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-09 12:42:29 +0000 |
| commit | e679674762c1b2b64ce009da73fff19de0ac5f03 (patch) | |
| tree | c55a9525cfd2ba9d055e92632d776718fbe7a475 | |
| parent | eabf5007b009b7de44c60cfb69cc0732613be17c (diff) | |
| download | homebrew-e679674762c1b2b64ce009da73fff19de0ac5f03.tar.bz2 | |
basex 8.0
BaseX 8.0 update
For added features see the official
[announcement](http://basex.org/about-us/news/newsdetails/basex-80-the-xmlprague-2015-edition).
Closes #36666.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/basex.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/basex.rb b/Library/Formula/basex.rb index 4888d02da..9752bd479 100644 --- a/Library/Formula/basex.rb +++ b/Library/Formula/basex.rb @@ -2,9 +2,9 @@ require 'formula' class Basex < Formula homepage 'http://basex.org' - url 'http://files.basex.org/releases/7.9/BaseX79.zip' - version '7.9' - sha1 'd5630ab597dfade196646d3ad38ea6b39593efe2' + url 'http://files.basex.org/releases/8.0/BaseX80.zip' + version '8.0' + sha1 'cb5eef33f44ad92b136e344766207acf863e98fa' def install rm Dir['bin/*.bat'] @@ -17,6 +17,6 @@ class Basex < Formula end test do - assert_equal "1 2 3 4 5 6 7 8 9 10", shell_output("#{bin}/basex '1 to 10'") + assert_equal "1\n2\n3\n4\n5\n6\n7\n8\n9\n10", shell_output("#{bin}/basex '1 to 10'") end end |
