h2o 1.6.0
Closes Homebrew/homebrew#46722. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
2543aa8087
commit
6b3b72f854
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class H2o < Formula
|
||||
desc "HTTP server with support for HTTP/1.x and HTTP/2"
|
||||
homepage "https://github.com/h2o/h2o/"
|
||||
url "https://github.com/h2o/h2o/archive/v1.5.4.tar.gz"
|
||||
sha256 "59858a157823f8a71bcfa7564d6fb117381c20bf596a226039452be5643fcc67"
|
||||
url "https://github.com/h2o/h2o/archive/v1.6.0.tar.gz"
|
||||
sha256 "5c8b96ac9e930fbd563359323413e3e08057fe850e515eb41c3bfff896a78593"
|
||||
head "https://github.com/h2o/h2o.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue