summaryrefslogtreecommitdiff
path: root/www/websocketd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/websocketd/Makefile')
-rw-r--r--www/websocketd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile
index f75db6f8b7b6..64e907ae321a 100644
--- a/www/websocketd/Makefile
+++ b/www/websocketd/Makefile
@@ -1,7 +1,7 @@
PORTNAME= websocketd
PORTVERSION= 0.4.1
DISTVERSIONPREFIX= v
-PORTREVISION= 26
+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>