From b80282330916e907e946cf936bdf3648d8bd0431 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 30 Oct 2015 06:08:02 +0100 Subject: [PATCH] http-parser: update to 2.6.0. --- srcpkgs/http-parser/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/http-parser/template b/srcpkgs/http-parser/template index 7388025c12..dd1cbdffe9 100644 --- a/srcpkgs/http-parser/template +++ b/srcpkgs/http-parser/template @@ -1,14 +1,14 @@ # Template file for 'http-parser' pkgname=http-parser -version=2.5.0 -revision=2 +version=2.6.0 +revision=1 build_style=gnu-makefile short_desc="HTTP request/response parser for c" maintainer="Enno Boland " license="GPL-3" homepage="https://github.com/joyent/http-parser" distfiles="$homepage/archive/v${version}.tar.gz" -checksum=e3b4ba58f4e6ee5fbec781df020e5cb74c3a799a07f059e1e125127a0b801481 +checksum=a11c5ccb9808496f3de66d54ea1f89271919923307e31c75de2a3a77a6754c97 make_build_target=library pre_install() {