diff options
Diffstat (limited to 'Library')
| -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 10734ad51..3e2f3d482 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.6/BaseX76.zip' - version '7.6' - sha1 '7c90082770530d4b0c9f4327da558de0fc28ee9c' + url 'http://files.basex.org/releases/7.7/BaseX77.zip' + version '7.7' + sha1 '49bb088b6eba892d55733685c78c46e9d313bf7c' def install rm Dir['bin/*.bat'] |
