aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-10 22:34:01 +0000
committerMike McQuaid2015-02-11 14:17:15 +0000
commit2965ac3a51800d1544ad8eb2e09d79316e052ba9 (patch)
tree636c85edb6ec40a99b2bbff076bda2c16ae5c381 /Library/Formula
parentbba62b17491a301d5d41b562e9db2175a5a7815e (diff)
downloadhomebrew-2965ac3a51800d1544ad8eb2e09d79316e052ba9.tar.bz2
h2o 0.9.2
Version bump. Closes #36717. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/h2o.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/h2o.rb b/Library/Formula/h2o.rb
index 674262274..d085c24bd 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.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"