http-parser: update to 2.7.0.
This commit is contained in:
parent
c9b5aad865
commit
bd2d458810
2 changed files with 3 additions and 3 deletions
|
@ -2092,7 +2092,7 @@ libkasten2core.so.2 okteta-4.14.2_1
|
||||||
libkasten2controllers.so.2 okteta-4.14.2_1
|
libkasten2controllers.so.2 okteta-4.14.2_1
|
||||||
libkasten2okteta1gui.so.1 okteta-4.14.2_1
|
libkasten2okteta1gui.so.1 okteta-4.14.2_1
|
||||||
libkasten2okteta1core.so.1 okteta-4.14.2_1
|
libkasten2okteta1core.so.1 okteta-4.14.2_1
|
||||||
libhttp_parser.so.2.6.2 http-parser-2.6.2_1
|
libhttp_parser.so.2.7.0 http-parser-2.7.0_1
|
||||||
libmaa.so.3 libmaa-1.3.2_1
|
libmaa.so.3 libmaa-1.3.2_1
|
||||||
libcodeblocks.so.0 codeblocks-13.12_1
|
libcodeblocks.so.0 codeblocks-13.12_1
|
||||||
liblept.so.5 leptonica-1.73_1
|
liblept.so.5 leptonica-1.73_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'http-parser'
|
# Template file for 'http-parser'
|
||||||
pkgname=http-parser
|
pkgname=http-parser
|
||||||
version=2.6.2
|
version=2.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="HTTP request/response parser for c"
|
short_desc="HTTP request/response parser for c"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/joyent/http-parser"
|
homepage="https://github.com/joyent/http-parser"
|
||||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||||
checksum=80fffc3b64ef6968cecdd4b299a96986007dff4bd12ae6c58cbcb506959b90ad
|
checksum=b0c5bf03fe9a57c4e63760d19d5a51d3063e0502cae54b3a8f2f6c6eb6911167
|
||||||
make_build_target=library
|
make_build_target=library
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
|
Loading…
Reference in a new issue