diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-27 14:52:13 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-27 14:52:13 +0000 |
| commit | 4791bf94d041ec72e1932bc83701f17458c130e1 (patch) | |
| tree | 5242ad66aadca3a5a7274ddf79532e13d6f96013 /repos/extra/nghttp2 | |
| parent | 439f45812902545b3facf081829b896723743daf (diff) | |
| parent | 78a8d6d2f7075aa2e4b49891ca67c2c1fe58c8ff (diff) | |
| download | alicelinux-4791bf94d041ec72e1932bc83701f17458c130e1.tar.gz alicelinux-4791bf94d041ec72e1932bc83701f17458c130e1.zip | |
Merge branch 'staging'
Diffstat (limited to 'repos/extra/nghttp2')
| -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 578ee85c..e127b40a 100644 --- a/repos/extra/nghttp2/.checksum +++ b/repos/extra/nghttp2/.checksum @@ -1 +1 @@ -42154eecf2fcc095f2b4b82b670c24d81e7d4dfe33795ad007a5bfc13b0cf707 nghttp2-1.68.1.tar.xz +dd7432762ac454aaa14ff3b29d40d5b8f641ec3c33e4e24c5ed70e971ac6987b nghttp2-1.69.0.tar.xz diff --git a/repos/extra/nghttp2/.files b/repos/extra/nghttp2/.files index 3a32f030..e2d5dc01 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.29.3 -lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.29.3 --rwxr-xr-x root/root usr/lib/libnghttp2.so.14.29.3 +lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.29.4 +lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.29.4 +-rwxr-xr-x root/root usr/lib/libnghttp2.so.14.29.4 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 4d63cbc7..b8581dd7 100644 --- a/repos/extra/nghttp2/abuild +++ b/repos/extra/nghttp2/abuild @@ -1,5 +1,5 @@ name=nghttp2 -version=1.68.1 +version=1.69.0 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--enable-lib-only" |