h2o 0.9.2

Version bump.

Closes Homebrew/homebrew#36717.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Dominyk Tiller 2015-02-10 22:34:01 +00:00 committed by Mike McQuaid
parent a652dd827d
commit 8401688dc6

View file

@ -1,7 +1,7 @@
class H2o < Formula class H2o < Formula
homepage "https://github.com/h2o/h2o/" homepage "https://github.com/h2o/h2o/"
url "https://github.com/h2o/h2o/archive/v0.9.1.tar.gz" url "https://github.com/h2o/h2o/archive/v0.9.2.tar.gz"
sha1 "1e701935d71be5253413e2263739a792c9ed4f51" sha1 "001f5aefcd829467ed64b328ff0d35b736593dec"
head "https://github.com/h2o/h2o.git" head "https://github.com/h2o/h2o.git"
bottle do bottle do
@ -10,7 +10,7 @@ class H2o < Formula
sha1 "cac2b5d0a857f50d3dd5fcf2576e40506353e35b" => :mountain_lion sha1 "cac2b5d0a857f50d3dd5fcf2576e40506353e35b" => :mountain_lion
end end
option "with-libuv", "Build the H2O library as well as the executable." option "with-libuv", "Build the H2O library in addition to the executable."
depends_on "cmake" => :build depends_on "cmake" => :build
depends_on "libyaml" depends_on "libyaml"