diff options
| author | Jens Erat | 2013-10-07 16:39:21 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-07 15:52:54 +0100 | 
| commit | f7ace420b024816e1c7c6928a4b12e4283721acb (patch) | |
| tree | 3887681d7019d6b08621b2531c1d71f1df452f20 /Library/Formula/basex.rb | |
| parent | 122ac08b1f87aef2bde823ad34ba05c5acb7dd4a (diff) | |
| download | homebrew-f7ace420b024816e1c7c6928a4b12e4283721acb.tar.bz2 | |
basex 7.7.2
Closes #23100.
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 3e2f3d482..ac1433e20 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.7/BaseX77.zip' -  version '7.7' -  sha1 '49bb088b6eba892d55733685c78c46e9d313bf7c' +  url 'http://files.basex.org/releases/7.7.2/BaseX772.zip' +  version '7.7.2' +  sha1 '95dbb4f500df54ff38a3457c47d8fe512233dd56'    def install      rm Dir['bin/*.bat']  | 
