diff --git a/manifest/armv7l/l/libnghttp3.filelist b/manifest/armv7l/l/libnghttp3.filelist index 3fd3369206..93d578c6f9 100644 --- a/manifest/armv7l/l/libnghttp3.filelist +++ b/manifest/armv7l/l/libnghttp3.filelist @@ -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 diff --git a/manifest/i686/l/libnghttp3.filelist b/manifest/i686/l/libnghttp3.filelist index d1cd36d15f..59a6ad150d 100644 --- a/manifest/i686/l/libnghttp3.filelist +++ b/manifest/i686/l/libnghttp3.filelist @@ -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 diff --git a/manifest/x86_64/l/libnghttp3.filelist b/manifest/x86_64/l/libnghttp3.filelist index 82037c01f1..f2f7db2fd0 100644 --- a/manifest/x86_64/l/libnghttp3.filelist +++ b/manifest/x86_64/l/libnghttp3.filelist @@ -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 diff --git a/packages/libnghttp3.rb b/packages/libnghttp3.rb index 4f0f8a6d53..fd06803bd9 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.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