diff options
| author | Dominyk Tiller | 2015-01-21 02:38:20 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-01-24 22:43:09 -0500 |
| commit | 3054a55d2af3b7b5a9edc62977abd832f06d9c50 (patch) | |
| tree | 38a815516a339ea6c2649e6e337343d4080b0928 /Library | |
| parent | 4a6bbaf61330fb43bfc7a3f6227376614e484cb5 (diff) | |
| download | homebrew-3054a55d2af3b7b5a9edc62977abd832f06d9c50.tar.bz2 | |
h2o 0.9.1
Version bump.
Closes #36091.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/h2o.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/h2o.rb b/Library/Formula/h2o.rb index 37f2b01c1..07afd4ead 100644 --- a/Library/Formula/h2o.rb +++ b/Library/Formula/h2o.rb @@ -1,7 +1,7 @@ class H2o < Formula homepage "https://github.com/h2o/h2o/" - url "https://github.com/h2o/h2o/archive/v0.9.0.tar.gz" - sha1 "37b84750900cdb56c3be574477d6f3327d92a4d7" + url "https://github.com/h2o/h2o/archive/v0.9.1.tar.gz" + sha1 "1e701935d71be5253413e2263739a792c9ed4f51" head "https://github.com/h2o/h2o.git" bottle do @@ -30,7 +30,9 @@ class H2o < Formula mkdir_p etc/"h2o" mkdir_p var/"h2o" (var+"h2o").install "examples/doc_root/index.html" - (etc+"h2o/h2o.conf").write conf_example + # Write up a basic example conf for testing. + (buildpath+"brew/h2o.conf").write conf_example + (etc+"h2o").install buildpath/"brew/h2o.conf" end # This is simplified from examples/h2o/h2o.conf upstream. |
