From d510dee2fefc10ecb4ac371df800f4dafc156232 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 21 Feb 2020 12:02:47 +0300 Subject: [PATCH] http-parser: Update to 2.9.3 --- 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 3092ffe1e5..9b6ce10bd6 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.2 +pkgver=2.9.3 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=('5199500e352584852c95c13423edc5f0cb329297c81dd69c3c8f52a75496da08') +sha256sums=('8fa0ab8770fd8425a9b431fdbf91623c4d7a9cdb842b9339289bd2b0b01b0d3d') prepare() { cd "${srcdir}/${_realname}-${pkgver}"