mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
updater-libnghttp3-1.13.1 — libnghttp3: 1.13.0 → 1.13.1 (#13625)
* Add unbuilt libnghttp3 to updater-libnghttp3-1.13.1 * updater-libnghttp3-1.13.1: Package File Update Run on linux/386 container. * updater-libnghttp3-1.13.1: Package File Update Run on linux/amd64 container. * updater-libnghttp3-1.13.1: 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
321003cf93
commit
6c366bd6a1
@@ -1,4 +1,4 @@
|
||||
# Total size: 1187994
|
||||
# Total size: 1187558
|
||||
/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.5.0
|
||||
/usr/local/lib/libnghttp3.so.9.5.1
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1219922
|
||||
# Total size: 1219826
|
||||
/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.5.0
|
||||
/usr/local/lib/libnghttp3.so.9.5.1
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1248820
|
||||
# Total size: 1248644
|
||||
/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.5.0
|
||||
/usr/local/lib64/libnghttp3.so.9.5.1
|
||||
/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.13.0'
|
||||
version '1.13.1'
|
||||
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: 'cc891ee6bf72cdb94a9ed9d821b5a3dc2a36126255d7875c308a8deeb9ef051e',
|
||||
armv7l: 'cc891ee6bf72cdb94a9ed9d821b5a3dc2a36126255d7875c308a8deeb9ef051e',
|
||||
i686: '255089c36df8f30599218a79d2cecd176ad1a760d8c6e0a221868b0071317b30',
|
||||
x86_64: '98db5cefcd931ad67271e9a266a61d9fede3327b2033d2d2016e61419cd04c22'
|
||||
aarch64: '3913edb2ccfc9f30999fd1310569ab7a3657504c4faf9d75cd9c9c986033c3be',
|
||||
armv7l: '3913edb2ccfc9f30999fd1310569ab7a3657504c4faf9d75cd9c9c986033c3be',
|
||||
i686: 'e25a068ec5d1d1874f2088bb24c5e912bb57970f6ede442dd7795b9c5b4bd6ef',
|
||||
x86_64: '712ae73912e36ad90be54d97e2e341b42b155163d5ab24bdbeb74d9eee66d4f8'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user