mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
www/libnghttp3: Update to 0.12.0
Changes: https://github.com/ngtcp2/nghttp3/releases
This commit is contained in:
parent
781378adf4
commit
d83f195702
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= nghttp3
|
PORTNAME= nghttp3
|
||||||
PORTVERSION= 0.11.0
|
PORTVERSION= 0.12.0
|
||||||
CATEGORIES= www net
|
CATEGORIES= www net
|
||||||
MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
|
||||||
PKGNAMEPREFIX= lib
|
PKGNAMEPREFIX= lib
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1682903038
|
TIMESTAMP = 1688166094
|
||||||
SHA256 (nghttp3-0.11.0.tar.xz) = dcd85fc092eab8e08021c286d87e40eb3539bbd133b437fcd70c2b9ff460a09f
|
SHA256 (nghttp3-0.12.0.tar.xz) = d2e12072f5f86209b6ff9e4f07f990dece3c27d2f8367aa2a00fc5181ab85189
|
||||||
SIZE (nghttp3-0.11.0.tar.xz) = 367392
|
SIZE (nghttp3-0.12.0.tar.xz) = 369576
|
||||||
|
|
|
@ -2,6 +2,6 @@ include/nghttp3/nghttp3.h
|
||||||
include/nghttp3/version.h
|
include/nghttp3/version.h
|
||||||
lib/libnghttp3.a
|
lib/libnghttp3.a
|
||||||
lib/libnghttp3.so
|
lib/libnghttp3.so
|
||||||
lib/libnghttp3.so.6
|
lib/libnghttp3.so.7
|
||||||
lib/libnghttp3.so.6.0.0
|
lib/libnghttp3.so.7.0.0
|
||||||
libdata/pkgconfig/libnghttp3.pc
|
libdata/pkgconfig/libnghttp3.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue