h2 1.4.190
bump to 1.4.190 critical since last version got removed from their servers and I couldn't find a mirror Closes Homebrew/homebrew#44904. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c16cab8837
commit
38e488012a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class H2 < Formula
|
||||
desc "Java SQL database"
|
||||
homepage "http://www.h2database.com/"
|
||||
url "http://www.h2database.com/h2-2015-04-10.zip"
|
||||
version "1.4.187"
|
||||
sha256 "f71b2bbc9a56da6b3af2b09a3fb6663f4bb8f94b41ab7ee6c3d381085b272cbe"
|
||||
url "http://www.h2database.com/h2-2015-10-11.zip"
|
||||
version "1.4.190"
|
||||
sha256 "7881f308debe6d587219db3610b699af21d5e4b50ccb6fccac563382772a09c8"
|
||||
|
||||
def script; <<-EOS.undent
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in a new issue