diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-25 01:41:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-25 01:41:07 +0800 |
commit | 3d984b3ca5b8b1532047546b1d2f81d7258d5fdb (patch) | |
tree | d5aef9635dd07bd866f8c50c57dc6e6a43708366 /www/nghttp2/Makefile | |
parent | 8d55b366522f467a22d8bff812f317f3670849d0 (diff) | |
download | freebsd-ports-gnome-3d984b3ca5b8b1532047546b1d2f81d7258d5fdb.tar.gz freebsd-ports-gnome-3d984b3ca5b8b1532047546b1d2f81d7258d5fdb.tar.zst freebsd-ports-gnome-3d984b3ca5b8b1532047546b1d2f81d7258d5fdb.zip |
- Update to 1.0.4
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fbefe89d2586..7dce9fd24b2c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet |