diff options
| author | Björn Nyberg | 2013-07-02 20:31:30 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-03 13:16:50 -0700 |
| commit | 16d1063f18a104579f8b27a84ad8da0f725e59db (patch) | |
| tree | f24d895d47e12746ee18079e7007fa660e4331af /Library | |
| parent | 3a17f96c8f428a8de8c00b5c80e9f4c40fb19630 (diff) | |
| download | homebrew-16d1063f18a104579f8b27a84ad8da0f725e59db.tar.bz2 | |
liquibase 3.01
Closes #20967.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/liquibase.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/liquibase.rb b/Library/Formula/liquibase.rb index e6ec74f8b..078aabc83 100644 --- a/Library/Formula/liquibase.rb +++ b/Library/Formula/liquibase.rb @@ -2,8 +2,8 @@ require 'formula' class Liquibase < Formula homepage 'http://liquibase.org' - url 'https://github.com/downloads/liquibase/liquibase/liquibase-2.0.5-bin.tar.gz' - sha1 'eb237c4b9b8c85aff5ddac6272f6291ae593c7a4' + url 'http://downloads.sourceforge.net/project/liquibase/Liquibase%20Core/liquibase-3.0.1-bin.tar.gz' + sha1 'a84ee01dc3987d8a710b56baca8e6ebe2e837c75' def install rm_f Dir['*.bat'] |
