h2o 0.9.2
Version bump. Closes Homebrew/homebrew#36717. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a652dd827d
commit
8401688dc6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
class H2o < Formula
|
||||
homepage "https://github.com/h2o/h2o/"
|
||||
url "https://github.com/h2o/h2o/archive/v0.9.1.tar.gz"
|
||||
sha1 "1e701935d71be5253413e2263739a792c9ed4f51"
|
||||
url "https://github.com/h2o/h2o/archive/v0.9.2.tar.gz"
|
||||
sha1 "001f5aefcd829467ed64b328ff0d35b736593dec"
|
||||
head "https://github.com/h2o/h2o.git"
|
||||
|
||||
bottle do
|
||||
|
@ -10,7 +10,7 @@ class H2o < Formula
|
|||
sha1 "cac2b5d0a857f50d3dd5fcf2576e40506353e35b" => :mountain_lion
|
||||
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 "libyaml"
|
||||
|
|
Loading…
Reference in a new issue