diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/basex.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/basex.rb b/Library/Formula/basex.rb index 74e9beb9b..e2eee861c 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.8/BaseX78.zip' - version '7.8' - sha1 'a0aa765aa5090dfff803a777fee15d3e04bdbfad' + url 'http://files.basex.org/releases/7.8.2/BaseX782.zip' + version '7.8.2' + sha1 '0fe690eb10cb5bc79491e3ece3cbce365840524e' def install rm Dir['bin/*.bat'] |
