diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-27 01:54:48 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-27 01:54:48 +0000 |
| commit | 8c233d0e45b29ef017c1a29a6f5dbd1b4815d66f (patch) | |
| tree | 9692d5ad3737e5b4b145d9f4d9721a6e6ae27720 /repos | |
| parent | 77ca3cafd3363199dcc8b0395417ce455438f810 (diff) | |
| download | alicelinux-8c233d0e45b29ef017c1a29a6f5dbd1b4815d66f.tar.gz alicelinux-8c233d0e45b29ef017c1a29a6f5dbd1b4815d66f.zip | |
nghttp3: updated to 1.13.1
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/nghttp3/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/nghttp3/.files | 6 | ||||
| -rw-r--r-- | repos/extra/nghttp3/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/nghttp3/.checksum b/repos/extra/nghttp3/.checksum index 923301da..1fa1c3a4 100644 --- a/repos/extra/nghttp3/.checksum +++ b/repos/extra/nghttp3/.checksum @@ -1 +1 @@ -b0ab64764b6f57576a1420c06a5fca713a4db375e222f4c5f3c3340b0c655857 nghttp3-1.12.0.tar.xz +d8c5c4bb5a2ec5a2ee5e85c3d74e1066b4ec03c780303da3667f80e3d2de05c4 nghttp3-1.13.1.tar.xz diff --git a/repos/extra/nghttp3/.files b/repos/extra/nghttp3/.files index 9119d127..f7536be5 100644 --- a/repos/extra/nghttp3/.files +++ b/repos/extra/nghttp3/.files @@ -4,9 +4,9 @@ drwxr-xr-x root/root usr/include/nghttp3/ -rw-r--r-- root/root usr/include/nghttp3/nghttp3.h -rw-r--r-- root/root usr/include/nghttp3/version.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libnghttp3.so -> libnghttp3.so.9.4.0 -lrwxrwxrwx root/root usr/lib/libnghttp3.so.9 -> libnghttp3.so.9.4.0 --rwxr-xr-x root/root usr/lib/libnghttp3.so.9.4.0 +lrwxrwxrwx root/root usr/lib/libnghttp3.so -> libnghttp3.so.9.5.1 +lrwxrwxrwx root/root usr/lib/libnghttp3.so.9 -> libnghttp3.so.9.5.1 +-rwxr-xr-x root/root usr/lib/libnghttp3.so.9.5.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libnghttp3.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/nghttp3/abuild b/repos/extra/nghttp3/abuild index ef09f72d..b4b0b5ce 100644 --- a/repos/extra/nghttp3/abuild +++ b/repos/extra/nghttp3/abuild @@ -1,4 +1,4 @@ name=nghttp3 -version=1.12.0 +version=1.13.1 release=1 source="https://github.com/ngtcp2/${name}/releases/download/v${version}/${name}-${version}.tar.xz" |