From 6c366bd6a14481fcbb33e031a880b53572d74e8f Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:33:13 +0000 Subject: [PATCH] =?UTF-8?q?updater-libnghttp3-1.13.1=20=E2=80=94=20libnght?= =?UTF-8?q?tp3:=201.13.0=20=E2=86=92=201.13.1=20(#13625)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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] --- manifest/armv7l/l/libnghttp3.filelist | 4 ++-- manifest/i686/l/libnghttp3.filelist | 4 ++-- manifest/x86_64/l/libnghttp3.filelist | 4 ++-- packages/libnghttp3.rb | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest/armv7l/l/libnghttp3.filelist b/manifest/armv7l/l/libnghttp3.filelist index 0865b8999..f9ebf023d 100644 --- a/manifest/armv7l/l/libnghttp3.filelist +++ b/manifest/armv7l/l/libnghttp3.filelist @@ -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 diff --git a/manifest/i686/l/libnghttp3.filelist b/manifest/i686/l/libnghttp3.filelist index 4e2e264b7..cb423140f 100644 --- a/manifest/i686/l/libnghttp3.filelist +++ b/manifest/i686/l/libnghttp3.filelist @@ -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 diff --git a/manifest/x86_64/l/libnghttp3.filelist b/manifest/x86_64/l/libnghttp3.filelist index 5bac37441..66b674261 100644 --- a/manifest/x86_64/l/libnghttp3.filelist +++ b/manifest/x86_64/l/libnghttp3.filelist @@ -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 diff --git a/packages/libnghttp3.rb b/packages/libnghttp3.rb index b059c2f41..6e7c85cea 100644 --- a/packages/libnghttp3.rb +++ b/packages/libnghttp3.rb @@ -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