diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:43:00 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:43:00 +0800 |
| commit | 8a5c2bc209ce324a9cc5436a6ddb07b4ba6d6eb2 (patch) | |
| tree | 3a8c96436075c0523868b038d9b38f44e1eca442 | |
| parent | 6f35333f6799ca4dc6400bbf4511c92628711798 (diff) | |
| download | alicelinux-8a5c2bc209ce324a9cc5436a6ddb07b4ba6d6eb2.tar.gz alicelinux-8a5c2bc209ce324a9cc5436a6ddb07b4ba6d6eb2.zip | |
nghttp2: updated to 1.63.0
| -rw-r--r-- | repos/extra/nghttp2/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/nghttp2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/nghttp2/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/nghttp2/.checksum b/repos/extra/nghttp2/.checksum index b9491407..c71e4ae5 100644 --- a/repos/extra/nghttp2/.checksum +++ b/repos/extra/nghttp2/.checksum @@ -1 +1 @@ -77b1c0fed8e97db0aa7d6e1a5ed16e5a053093ed0006b7c747dca290d694f3af nghttp2-1.62.1.tar.xz +2209947fbdacf2345bbbaefc9a61351ccad9ae52c98946a26fbf176d95153286 nghttp2-1.63.0.tar.xz diff --git a/repos/extra/nghttp2/.files b/repos/extra/nghttp2/.files index 4db5a786..0a3cc033 100644 --- a/repos/extra/nghttp2/.files +++ b/repos/extra/nghttp2/.files @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/nghttp2/ -rw-r--r-- root/root usr/include/nghttp2/nghttp2.h -rw-r--r-- root/root usr/include/nghttp2/nghttp2ver.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.28.1 -lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.28.1 --rwxr-xr-x root/root usr/lib/libnghttp2.so.14.28.1 +lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.28.2 +lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.28.2 +-rwxr-xr-x root/root usr/lib/libnghttp2.so.14.28.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libnghttp2.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/nghttp2/abuild b/repos/extra/nghttp2/abuild index db2bb7ca..36cf42e1 100644 --- a/repos/extra/nghttp2/abuild +++ b/repos/extra/nghttp2/abuild @@ -1,5 +1,5 @@ name=nghttp2 -version=1.62.1 +version=1.63.0 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--enable-lib-only" |