mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
updater-libnghttp3-1.13.0 — libnghttp3: 1.12.0 → 1.13.0 (#13599)
* Add unbuilt libnghttp3 to updater-libnghttp3-1.13.0 * updater-libnghttp3-1.13.0: Package File Update Run on linux/386 container. * updater-libnghttp3-1.13.0: Package File Update Run on linux/amd64 container. * updater-libnghttp3-1.13.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d026a4184e
commit
649913c930
@@ -1,4 +1,4 @@
|
||||
# Total size: 1190160
|
||||
# Total size: 1187994
|
||||
/usr/local/include/nghttp3/nghttp3.h
|
||||
/usr/local/include/nghttp3/version.h
|
||||
/usr/local/lib/cmake/nghttp3/nghttp3Config.cmake
|
||||
@@ -8,6 +8,6 @@
|
||||
/usr/local/lib/libnghttp3.a
|
||||
/usr/local/lib/libnghttp3.so
|
||||
/usr/local/lib/libnghttp3.so.9
|
||||
/usr/local/lib/libnghttp3.so.9.4.0
|
||||
/usr/local/lib/libnghttp3.so.9.5.0
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1219588
|
||||
# Total size: 1219922
|
||||
/usr/local/include/nghttp3/nghttp3.h
|
||||
/usr/local/include/nghttp3/version.h
|
||||
/usr/local/lib/cmake/nghttp3/nghttp3Config.cmake
|
||||
@@ -8,6 +8,6 @@
|
||||
/usr/local/lib/libnghttp3.a
|
||||
/usr/local/lib/libnghttp3.so
|
||||
/usr/local/lib/libnghttp3.so.9
|
||||
/usr/local/lib/libnghttp3.so.9.4.0
|
||||
/usr/local/lib/libnghttp3.so.9.5.0
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1249274
|
||||
# Total size: 1248820
|
||||
/usr/local/include/nghttp3/nghttp3.h
|
||||
/usr/local/include/nghttp3/version.h
|
||||
/usr/local/lib/cmake/nghttp3/nghttp3Config.cmake
|
||||
@@ -8,6 +8,6 @@
|
||||
/usr/local/lib64/libnghttp3.a
|
||||
/usr/local/lib64/libnghttp3.so
|
||||
/usr/local/lib64/libnghttp3.so.9
|
||||
/usr/local/lib64/libnghttp3.so.9.4.0
|
||||
/usr/local/lib64/libnghttp3.so.9.5.0
|
||||
/usr/local/lib64/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
|
||||
class Libnghttp3 < CMake
|
||||
description 'HTTP/3 library written in C'
|
||||
homepage 'https://github.com/ngtcp2/nghttp3'
|
||||
version '1.12.0'
|
||||
version '1.13.0'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/ngtcp2/nghttp3.git'
|
||||
@@ -14,10 +14,10 @@ class Libnghttp3 < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'a45307644e5bdf95818bccc4264333f6b02d7840addff4286c489d2f1e1bd943',
|
||||
armv7l: 'a45307644e5bdf95818bccc4264333f6b02d7840addff4286c489d2f1e1bd943',
|
||||
i686: '627619711e5c0c46f05a6ccb7695e9079c303b5ceb4af83aa97c7faae420a2d8',
|
||||
x86_64: '2a7fa31e59d2c1e465b591f37f266ffcd6ff148bb5cf85b60c6bc98e85a6c491'
|
||||
aarch64: 'cc891ee6bf72cdb94a9ed9d821b5a3dc2a36126255d7875c308a8deeb9ef051e',
|
||||
armv7l: 'cc891ee6bf72cdb94a9ed9d821b5a3dc2a36126255d7875c308a8deeb9ef051e',
|
||||
i686: '255089c36df8f30599218a79d2cecd176ad1a760d8c6e0a221868b0071317b30',
|
||||
x86_64: '98db5cefcd931ad67271e9a266a61d9fede3327b2033d2d2016e61419cd04c22'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user