llhttp: update to 9.3.0

This commit is contained in:
tranzystorekk 2025-06-06 23:11:20 +02:00
parent e02dc74b7c
commit 674d367067
2 changed files with 3 additions and 7 deletions

View file

@ -3679,7 +3679,7 @@ libcaf_core.so.0.18.0 zeek-4.0.0_1
libcaf_io.so.0.18.0 zeek-4.0.0_1 libcaf_io.so.0.18.0 zeek-4.0.0_1
libcaf_openssl.so.0.18.0 zeek-4.0.0_1 libcaf_openssl.so.0.18.0 zeek-4.0.0_1
libbinpac.so.0 zeek-3.2.4_2 libbinpac.so.0 zeek-3.2.4_2
libllhttp.so.9.2 llhttp-9.2.1_1 libllhttp.so.9.3 llhttp-9.3.0_1
libpinyin.so.15 libpinyin-2.8.1_1 libpinyin.so.15 libpinyin-2.8.1_1
libzhuyin.so.15 libzhuyin-2.8.1_1 libzhuyin.so.15 libzhuyin-2.8.1_1
libuhd.so.4.6.0 uhd-4.6.0.0_1 libuhd.so.4.6.0 uhd-4.6.0.0_1

View file

@ -1,10 +1,6 @@
# Template file for 'llhttp' # Template file for 'llhttp'
# When this package is updated, nodejs may need to be updated
# or at least a revbump in the same pull request since they work in-sync.
pkgname=llhttp pkgname=llhttp
version=9.2.1 version=9.3.0
revision=1 revision=1
build_style=cmake build_style=cmake
short_desc="Port of http_parser to llparse" short_desc="Port of http_parser to llparse"
@ -14,7 +10,7 @@ homepage="https://llhttp.org/"
# _always_ use releases. Those have the C code generated, otherwise # _always_ use releases. Those have the C code generated, otherwise
# we'd have a dep loop nodejs<->llhttp # we'd have a dep loop nodejs<->llhttp
distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz" distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz"
checksum=3c163891446e529604b590f9ad097b2e98b5ef7e4d3ddcf1cf98b62ca668f23e checksum=1a2b45cb8dda7082b307d336607023aa65549d6f060da1d246b1313da22b685a
post_install() { post_install() {
vlicense LICENSE-MIT vlicense LICENSE-MIT