aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-18 20:55:15 +0000
committerMike McQuaid2015-02-19 09:03:57 +0000
commitb910f683d65485eb3b93cb5cf052b8ac1f442895 (patch)
tree44fd3467f80545873553818031b1706c91c54ae9
parent35242cbbe8d5f645ba47c378dcb2167de4030530 (diff)
downloadhomebrew-b910f683d65485eb3b93cb5cf052b8ac1f442895.tar.bz2
h2o 1.0.0
Version bump. Note: Due to the added “wslay” optional dep, this is dependent on #36836 being accepted. If maintainers don’t want to accept #36836 I’ll remove the optional dep here prior to merge, Let me know :). Closes #36940. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/h2o.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/h2o.rb b/Library/Formula/h2o.rb
index b9860f283..8a2b61e36 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.2.tar.gz"
- sha1 "001f5aefcd829467ed64b328ff0d35b736593dec"
+ url "https://github.com/h2o/h2o/archive/v1.0.0.tar.gz"
+ sha1 "9215eb3ec6b7455ce20b3dc3d322c327d0e56dad"
head "https://github.com/h2o/h2o.git"
bottle do
@@ -16,6 +16,7 @@ class H2o < Formula
depends_on "libyaml"
depends_on "openssl"
depends_on "libuv" => :optional
+ depends_on "wslay" => :optional
def install
system "cmake", ".", *std_cmake_args