Skip to content

Commit

Permalink
h2 1.4.196
Browse files Browse the repository at this point in the history
add a test

Closes #15660.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 15, 2017
1 parent 78263b5 commit 5dd9a34
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/h2.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class H2 < Formula
desc "Java SQL database"
homepage "https://www.h2database.com/"
url "https://www.h2database.com/h2-2015-10-11.zip"
version "1.4.190"
sha256 "7881f308debe6d587219db3610b699af21d5e4b50ccb6fccac563382772a09c8"
url "https://www.h2database.com/h2-2017-06-10.zip"
version "1.4.196"
sha256 "1224638c19b975ba4d8f82435c3ff89526740b1123409e29ceb87c0b6f1734c2"

bottle :unneeded

Expand Down Expand Up @@ -58,4 +58,8 @@ def plist; <<-EOS.undent
</plist>
EOS
end

test do
assert_match "Starts the H2 Console", shell_output("#{bin}/h2 -help")
end
end

0 comments on commit 5dd9a34

Please sign in to comment.