From 2e19b5d28b8716fafb18f62c2d154c2dccf0cd3d Mon Sep 17 00:00:00 2001 From: Guohui Xiao Date: Sat, 14 Mar 2015 20:10:01 +0100 Subject: h2 1.4.186 upgrade h2 to 1.4.186 Closes #37321. Closes #37720. Signed-off-by: Mike McQuaid --- Library/Formula/h2.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/h2.rb b/Library/Formula/h2.rb index 8d34f5b66..bc7f45345 100644 --- a/Library/Formula/h2.rb +++ b/Library/Formula/h2.rb @@ -2,9 +2,9 @@ require 'formula' class H2 < Formula homepage 'http://www.h2database.com/' - url 'http://www.h2database.com/h2-2014-08-06.zip' - version '1.4.181' - sha1 '94d01f41361e1edb9cf07bf06d2c721e1870ff9e' + url 'http://www.h2database.com/h2-2015-03-02.zip' + version '1.4.186' + sha1 '39906db100cbef8c36973689906c9fa0c1440721' def script; <<-EOS.undent #!/bin/sh -- cgit v1.2.3