aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/liquibase.rb8
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