Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/llhttp/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'llhttp'
pkgname=llhttp
version=9.3.0
version=9.3.1
revision=1
build_style=cmake
short_desc="Port of http_parser to llparse"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://llhttp.org/"
homepage="https://llhttp.org"
# _always_ use releases. Those have the C code generated, otherwise
# we'd have a dep loop nodejs<->llhttp
distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz"
checksum=1a2b45cb8dda7082b307d336607023aa65549d6f060da1d246b1313da22b685a
checksum=c14a93f287d3dbd6580d08af968294f8bcc61e1e1e3c34301549d00f3cf09365

post_install() {
vlicense LICENSE-MIT
Expand Down