aboutsummaryrefslogtreecommitdiff
path: root/security/lua-resty-jwt/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2023-12-14 09:14:43 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2023-12-14 09:16:05 +0000
commitf866b087eea77a0ac794f907fce6231f221583e6 (patch)
treecd2eb058a513567673b49e1971390ac5c1b86809 /security/lua-resty-jwt/Makefile
parent70b78e55c0cea18df3d6bf5194d08f3c125a4dcc (diff)
downloadports-f866b087eea77a0ac794f907fce6231f221583e6.tar.gz
ports-f866b087eea77a0ac794f907fce6231f221583e6.zip
security/lua-resty-jwt: Switch to a fork which still cares about the code
Diffstat (limited to 'security/lua-resty-jwt/Makefile')
-rw-r--r--security/lua-resty-jwt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/lua-resty-jwt/Makefile b/security/lua-resty-jwt/Makefile
index 21fd0b1a202c..874c08661b57 100644
--- a/security/lua-resty-jwt/Makefile
+++ b/security/lua-resty-jwt/Makefile
@@ -1,11 +1,11 @@
PORTNAME= lua-resty-jwt
DISTVERSIONPREFIX=v
-DISTVERSION= 0.1.11
+DISTVERSION= 0.2.3
CATEGORIES= security
MAINTAINER= netchild@FreeBSD.org
COMMENT= JWT for OpenResty / ngx_lua
-WWW= https://github.com/SkyLothar/lua-resty-jwt
+WWW= https://github.com/cdbattags/lua-resty-jwt
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -14,7 +14,7 @@ RUN_DEPENDS= luajit-openresty>=2.1:lang/luajit-openresty \
${LUA_MODSHAREDIR}/resty/hmac.lua:security/lua-resty-hmac
USE_GITHUB= yes
-GH_ACCOUNT= SkyLothar
+GH_ACCOUNT= cdbattags
NO_ARCH= yes
NO_BUILD= yes