diff options
Diffstat (limited to 'www/websocketd/Makefile')
-rw-r--r-- | www/websocketd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile index 67dea8e2abed..64e907ae321a 100644 --- a/www/websocketd/Makefile +++ b/www/websocketd/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocketd PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -20,6 +20,6 @@ PLIST_FILES= bin/websocketd USE_GITHUB= yes GH_ACCOUNT= joewalnes -GH_TUPLE= gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket +GH_TUPLE= gorilla:websocket:v1.5.3:gorilla_websocket/vendor/github.com/gorilla/websocket .include <bsd.port.mk> |