diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-07-30 15:32:09 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-07-30 15:32:09 +0000 |
| commit | 3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e (patch) | |
| tree | ec3044a6d41930436d5962785dc8daf6b655b2ba /nghttp3 | |
| parent | cdc2779354a7b900686d6106a10e0233e513d659 (diff) | |
| download | alicelinux-3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e.tar.gz alicelinux-3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e.zip | |
Woodpecker CI a46dbd13fb737524325d3cd7061d443f2b6ce6cc [SKIP CI]
Diffstat (limited to 'nghttp3')
| -rw-r--r-- | nghttp3/.checksum | 2 | ||||
| -rw-r--r-- | nghttp3/.files | 6 | ||||
| -rw-r--r-- | nghttp3/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/nghttp3/.checksum b/nghttp3/.checksum index 81255b72..ec27d39f 100644 --- a/nghttp3/.checksum +++ b/nghttp3/.checksum @@ -1 +1 @@ -82b4b4f4f386b68a66160dae78a9e33fe010ead7335d8911144f18efa8eb9405 nghttp3-1.10.1.tar.xz +8285843a0076afe27f576ea82ce230f2bacc3b6115468f0fa03c27d0258c7f5b nghttp3-1.11.0.tar.xz diff --git a/nghttp3/.files b/nghttp3/.files index 24b672c1..480ed654 100644 --- a/nghttp3/.files +++ b/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.2.9 -lrwxrwxrwx root/root usr/lib/libnghttp3.so.9 -> libnghttp3.so.9.2.9 --rwxr-xr-x root/root usr/lib/libnghttp3.so.9.2.9 +lrwxrwxrwx root/root usr/lib/libnghttp3.so -> libnghttp3.so.9.3.0 +lrwxrwxrwx root/root usr/lib/libnghttp3.so.9 -> libnghttp3.so.9.3.0 +-rwxr-xr-x root/root usr/lib/libnghttp3.so.9.3.0 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/nghttp3/abuild b/nghttp3/abuild index 74dd7e79..3bf388a0 100644 --- a/nghttp3/abuild +++ b/nghttp3/abuild @@ -1,4 +1,4 @@ name=nghttp3 -version=1.10.1 +version=1.11.0 release=1 source="https://github.com/ngtcp2/${name}/releases/download/v${version}/${name}-${version}.tar.xz" |