diff options
| author | Jens Erat | 2013-09-06 14:51:33 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-06 14:33:08 +0100 | 
| commit | bd9ea25f6fefe3c097f7692428f7939d5016286a (patch) | |
| tree | 0678a2dae3d475e818c356ab445d6df4722d962c /Library/Formula/basex.rb | |
| parent | f6de6fc98fe93aaad4f51f5229effc41d298efcb (diff) | |
| download | homebrew-bd9ea25f6fefe3c097f7692428f7939d5016286a.tar.bz2 | |
basex 7.7
Closes #22353.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/basex.rb')
| -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']  | 
