mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
'updater-libnghttp3-1.15.0' (#14237)
* Add unbuilt libnghttp3 to updater-libnghttp3-1.15.0 * updater-libnghttp3-1.15.0: Package File Update Run on linux/386 container. * updater-libnghttp3-1.15.0: Package File Update Run on linux/amd64 container. * updater-libnghttp3-1.15.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4282825223
commit
f2175bcd79
@@ -1,4 +1,4 @@
|
||||
# Total size: 1198813
|
||||
# Total size: 1201053
|
||||
/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.6.0
|
||||
/usr/local/lib/libnghttp3.so.9.6.1
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1229981
|
||||
# Total size: 1232437
|
||||
/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.6.0
|
||||
/usr/local/lib/libnghttp3.so.9.6.1
|
||||
/usr/local/lib/pkgconfig/libnghttp3.pc
|
||||
/usr/local/share/doc/nghttp3/README.rst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 1259051
|
||||
# Total size: 1259011
|
||||
/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.6.0
|
||||
/usr/local/lib64/libnghttp3.so.9.6.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.14.0'
|
||||
version '1.15.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: 'ad3c8f414a89e649439c40ed63c2fdaae11661ae682a3c896e3ea9ed2a942685',
|
||||
armv7l: 'ad3c8f414a89e649439c40ed63c2fdaae11661ae682a3c896e3ea9ed2a942685',
|
||||
i686: 'bc80a5c0633ad52a977da4edef5ef53403a46b731ee801972a689d49089b95ee',
|
||||
x86_64: 'aa85bf3ee1aaf83522e145045f6960b32e6bf15ad53b855f7c515203bfbf9258'
|
||||
aarch64: 'a232d4257fd6df6f0365d25d039ad730b637caa31e3804b2188a326c1e10605a',
|
||||
armv7l: 'a232d4257fd6df6f0365d25d039ad730b637caa31e3804b2188a326c1e10605a',
|
||||
i686: '8eb1f574c24d70c855015ac4258c86206dfeb6990703916c34eb1cc9ef86964e',
|
||||
x86_64: '61ca10a660aec6644e1c93ae4c116e03b4812adaa9363e1d4acf8c48401e090d'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user