http-parser: update to 2.9.2
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user