diff options
Diffstat (limited to 'net/libngtcp2/Makefile')
-rw-r--r-- | net/libngtcp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index e59f770dff55..45f1266dc5b3 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngtcp2 -PORTVERSION= 0.1.0.g20200629 +PORTVERSION= 0.1.0.g20200727 CATEGORIES= net PKGNAMEPREFIX= lib @@ -20,7 +20,7 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++17 USE_LDCONFIG= yes -GH_TAGNAME= d6ba5c6 +GH_TAGNAME= 07a2305 USE_GITHUB= yes post-patch: |