From 45a87f38e34cede70f0c900d6a75b68fea04e4de Mon Sep 17 00:00:00 2001 From: Andrew Sun Date: Fri, 19 Apr 2019 21:36:16 -0400 Subject: [PATCH] http-parser: update to 2.9.2 --- mingw-w64-http-parser/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-http-parser/PKGBUILD b/mingw-w64-http-parser/PKGBUILD index 6adbbb8198..3092ffe1e5 100644 --- a/mingw-w64-http-parser/PKGBUILD +++ b/mingw-w64-http-parser/PKGBUILD @@ -5,7 +5,7 @@ _realname=http-parser pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2.9.1 +pkgver=2.9.2 pkgrel=1 pkgdesc="Parser for HTTP Request/Response written in C (mingw-w64)" arch=('any') @@ -13,7 +13,7 @@ url='https://github.com/nodejs/http-parser' license=('MIT') source=(${_realname}-${pkgver}.tar.gz::"https://github.com/nodejs/http-parser/archive/v${pkgver}.tar.gz") options=('strip' 'staticlibs') -sha256sums=('33220771208bcacecd970b6de03bebe239374a8e9cf3baeda79b4f3920bede21') +sha256sums=('5199500e352584852c95c13423edc5f0cb329297c81dd69c3c8f52a75496da08') prepare() { cd "${srcdir}/${_realname}-${pkgver}"