diff options
| author | Brett Koonce | 2013-07-13 07:47:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-14 11:33:02 -0500 |
| commit | 68b129f574e924964652fb3ed01a9c1c80397731 (patch) | |
| tree | 6481026075249e45f1a22207d31ab54d16b1e9d9 /Library | |
| parent | e9220c3f18a2c64bf83377e5c2d1a0a7d1fcaf91 (diff) | |
| download | homebrew-68b129f574e924964652fb3ed01a9c1c80397731.tar.bz2 | |
liquibase 3.0.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/liquibase.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/liquibase.rb b/Library/Formula/liquibase.rb index 078aabc83..4f9b3b125 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 'http://downloads.sourceforge.net/project/liquibase/Liquibase%20Core/liquibase-3.0.1-bin.tar.gz' - sha1 'a84ee01dc3987d8a710b56baca8e6ebe2e837c75' + url 'http://downloads.sourceforge.net/project/liquibase/Liquibase%20Core/liquibase-3.0.2-bin.tar.gz' + sha1 'c48193ea228b07b0c42109692c8ddb4981863044' def install rm_f Dir['*.bat'] @@ -21,4 +21,8 @@ class Liquibase < Formula #{libexec} EOS end + + test do + system "#{bin}/liquibase", "--version" + end end |
