http-parser: update to 2.9.0.
This commit is contained in:
parent
31aadeecf4
commit
0372613f92
|
@ -2075,7 +2075,7 @@ libkasten3okteta1core.so.1 okteta-0.25.1_1
|
||||||
libkasten3okteta1gui.so.1 okteta-0.25.1_1
|
libkasten3okteta1gui.so.1 okteta-0.25.1_1
|
||||||
libokteta2core.so.2 okteta-0.25.1_1
|
libokteta2core.so.2 okteta-0.25.1_1
|
||||||
libokteta2gui.so.2 okteta-0.25.1_1
|
libokteta2gui.so.2 okteta-0.25.1_1
|
||||||
libhttp_parser.so.2.8 http-parser-2.8.0_1
|
libhttp_parser.so.2.9 http-parser-2.9.0_1
|
||||||
libmaa.so.4 libmaa-1.4.2_1
|
libmaa.so.4 libmaa-1.4.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,15 +1,15 @@
|
||||||
# Template file for 'http-parser'
|
# Template file for 'http-parser'
|
||||||
pkgname=http-parser
|
pkgname=http-parser
|
||||||
version=2.8.1
|
version=2.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_build_target=library
|
||||||
short_desc="HTTP request/response parser for c"
|
short_desc="HTTP request/response parser for c"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
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=51615f68b8d67eadfd2482decc63b3e55d749ce0055502bbb5b0032726d22d96
|
checksum=ef26268c54c8084d17654ba2ed5140bffeffd2a040a895ffb22a6cca3f6c613f
|
||||||
make_build_target=library
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vmkdir usr/lib/pkgconfig
|
vmkdir usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue