diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-31 17:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-31 17:01:13 +0000 |
commit | 09072ca5dc8ebbb8f9fbed37a27e4e12c94bb491 (patch) | |
tree | bf9a4ed74274b127e45d1e856f0ecfd918fe95a3 /www/http-parser | |
parent | dc4698ed2d26ec7e3dee8781a7695b98b5b12d7f (diff) | |
download | pkgsrc-09072ca5dc8ebbb8f9fbed37a27e4e12c94bb491.tar.gz |
http-parser: update to 2.9.4.
Fix ABI breakage
Correct test name and numbering
Diffstat (limited to 'www/http-parser')
-rw-r--r-- | www/http-parser/Makefile | 4 | ||||
-rw-r--r-- | www/http-parser/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/http-parser/Makefile b/www/http-parser/Makefile index 763d99236cd..90253fd6fcb 100644 --- a/www/http-parser/Makefile +++ b/www/http-parser/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/03/07 09:10:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2020/03/31 17:01:13 wiz Exp $ -DISTNAME= http-parser-2.9.3 +DISTNAME= http-parser-2.9.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=nodejs/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/www/http-parser/distinfo b/www/http-parser/distinfo index 2a372e30dff..5d26f88a03c 100644 --- a/www/http-parser/distinfo +++ b/www/http-parser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/03/07 09:10:52 wiz Exp $ +$NetBSD: distinfo,v 1.10 2020/03/31 17:01:13 wiz Exp $ -SHA1 (http-parser-2.9.3.tar.gz) = 3861fc1f93865c0d045ab6d70ca625437b669b3c -RMD160 (http-parser-2.9.3.tar.gz) = 2b8c8110956fd1e4025d9d70f5f4ff429a67b8e0 -SHA512 (http-parser-2.9.3.tar.gz) = d200c52f594192ba80a8d5b59d414404843f8601dac647f29c27845db75ac1f015789031e30e91aaab5b553af1ee6af50b90f9342a444c10c1027e10fdb9a31b -Size (http-parser-2.9.3.tar.gz) = 51973 bytes +SHA1 (http-parser-2.9.4.tar.gz) = 8df5277feefe79f3d4472b8f2c5ca9224b2221dd +RMD160 (http-parser-2.9.4.tar.gz) = af153ca374bdfef3dd6354e1ec528b00eeef1924 +SHA512 (http-parser-2.9.4.tar.gz) = b45df7b94d1c51079d44687d0a7f901f44faae51df4e84c7e3fe38f130c2d809d0e7c2a146c57b3723e60732aededc246bf44eadb10a95b710963d641f9fe7cd +Size (http-parser-2.9.4.tar.gz) = 52056 bytes |