nghttp2 1.26.0
Closes #18344. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
8a446c66a6
commit
6256b238f8
1 changed files with 4 additions and 4 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.25.0/nghttp2-1.25.0.tar.xz"
|
||||
sha256 "9553f144e60aa0d7bc5245df1c0f6a867a9fd9dc35ed6f358c6122a844d52f62"
|
||||
url "https://github.com/nghttp2/nghttp2/releases/download/v1.26.0/nghttp2-1.26.0.tar.xz"
|
||||
sha256 "7ac7ef5c83449303bf38d16eb45caa9e1bd0bb3abb2afc0ab1e6b3aadbded6dd"
|
||||
|
||||
bottle do
|
||||
sha256 "d939d4deed388f3a61d2a2a354de22b012f24da415a8a33273be9f114f4a7382" => :high_sierra
|
||||
|
@ -37,8 +37,8 @@ class Nghttp2 < Formula
|
|||
depends_on "jemalloc" => :recommended
|
||||
|
||||
resource "Cython" do
|
||||
url "https://files.pythonhosted.org/packages/10/d5/753d2cb5073a9f4329d1ffed1de30b0458821780af8fdd8ba1ad5adb6f62/Cython-0.26.tar.gz"
|
||||
sha256 "4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66"
|
||||
url "https://files.pythonhosted.org/packages/68/41/2f259b62306268d9cf0d6434b4e83a2fb1785b34cfce27fdeeca3adffd0e/Cython-0.26.1.tar.gz"
|
||||
sha256 "c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5"
|
||||
end
|
||||
|
||||
# https://github.com/tatsuhiro-t/nghttp2/issues/125
|
||||
|
|
Loading…
Reference in a new issue