nghttp2 1.28.0
remove spdylay dependency as upstream has deprecated spdylay support Closes #21037. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f9dc5be2a1
commit
2e0e194dd2
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nghttp2 < Formula
|
||||
desc "HTTP/2 C Library"
|
||||
homepage "https://nghttp2.org/"
|
||||
url "https://github.com/nghttp2/nghttp2/releases/download/v1.27.0/nghttp2-1.27.0.tar.xz"
|
||||
sha256 "e83819560952a3dc3c8d96c46f60745408f46f5f384168c90b9e3dfa53b2c2c8"
|
||||
url "https://github.com/nghttp2/nghttp2/releases/download/v1.28.0/nghttp2-1.28.0.tar.xz"
|
||||
sha256 "0d6c3f00614deca3935e42a27f6ad0ea87c31d8c1baa3a9c52755955c599fd8d"
|
||||
|
||||
bottle do
|
||||
sha256 "b7d6f8dacc21b7c95d2aaba166781b56f9bbcd1ef53c03f722169edc9cb05b57" => :high_sierra
|
||||
|
@ -32,12 +32,11 @@ class Nghttp2 < Formula
|
|||
depends_on "libevent"
|
||||
depends_on "jansson"
|
||||
depends_on "boost"
|
||||
depends_on "spdylay"
|
||||
depends_on "jemalloc" => :recommended
|
||||
|
||||
resource "Cython" do
|
||||
url "https://files.pythonhosted.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-0.27.2.tar.gz"
|
||||
sha256 "265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48"
|
||||
url "https://files.pythonhosted.org/packages/ee/2a/c4d2cdd19c84c32d978d18e9355d1ba9982a383de87d0fcb5928553d37f4/Cython-0.27.3.tar.gz"
|
||||
sha256 "6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc26bc64"
|
||||
end
|
||||
|
||||
# https://github.com/tatsuhiro-t/nghttp2/issues/125
|
||||
|
@ -54,7 +53,6 @@ class Nghttp2 < Formula
|
|||
--enable-app
|
||||
--with-boost=#{Formula["boost"].opt_prefix}
|
||||
--enable-asio-lib
|
||||
--with-spdylay
|
||||
--disable-python-bindings
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue