http-parser: update to 2.9.0 (#4929)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
_realname=http-parser
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=2.8.1
|
||||
pkgver=2.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Parser for HTTP Request/Response written in C (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -13,7 +13,7 @@ url='https://github.com/joyent/http-parser'
|
||||
license=('MIT')
|
||||
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/joyent/http-parser/archive/v${pkgver}.tar.gz")
|
||||
options=('strip' 'staticlibs')
|
||||
sha256sums=('51615f68b8d67eadfd2482decc63b3e55d749ce0055502bbb5b0032726d22d96')
|
||||
sha256sums=('ef26268c54c8084d17654ba2ed5140bffeffd2a040a895ffb22a6cca3f6c613f')
|
||||
|
||||
build() {
|
||||
[[ -d "${srcdir}"/build-${CARCH} ]] && rm -rf "${srcdir}"/build-${CARCH}
|
||||
|
||||
Reference in New Issue
Block a user