diff options
author | adam <adam@pkgsrc.org> | 2016-04-08 16:45:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-04-08 16:45:30 +0000 |
commit | 80312f267c0eea32fa85f349fb9b8740a05109b8 (patch) | |
tree | 4f4cee724998c551a05b3086509a4f592f4d2273 /www/nghttp2/Makefile | |
parent | 3bc2d9b9ee63a4f5db6f7b1ed29185ab3b4a801c (diff) | |
download | pkgsrc-80312f267c0eea32fa85f349fb9b8740a05109b8.tar.gz |
Changes 1.9.2:
This release fixes several stability issues of nghttpx.
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index d1b31d9a451..549f7813e6e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/03/05 11:27:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/04/08 16:45:30 adam Exp $ -DISTNAME= nghttp2-1.8.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.9.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz |