h2: use https for homepage and stable url
This commit is contained in:
parent
f91378d888
commit
21b65d930c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class H2 < Formula
|
||||
desc "Java SQL database"
|
||||
homepage "http://www.h2database.com/"
|
||||
url "http://www.h2database.com/h2-2015-10-11.zip"
|
||||
homepage "https://www.h2database.com/"
|
||||
url "https://www.h2database.com/h2-2015-10-11.zip"
|
||||
version "1.4.190"
|
||||
sha256 "7881f308debe6d587219db3610b699af21d5e4b50ccb6fccac563382772a09c8"
|
||||
|
||||
|
|
Loading…
Reference in a new issue