Skip to content

Commit

Permalink
security/lua-resty-jwt: Switch to a fork which still cares about the …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
netchild committed Dec 14, 2023
1 parent 70b78e5 commit f866b08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions security/lua-resty-jwt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697107666
SHA256 (SkyLothar-lua-resty-jwt-v0.1.11_GH0.tar.gz) = e7c2b0b8edf14eed7569cd5684fc00c6f97a8abf6d6c0e462cd49b4b266e3390
SIZE (SkyLothar-lua-resty-jwt-v0.1.11_GH0.tar.gz) = 47043
TIMESTAMP = 1702382142
SHA256 (cdbattags-lua-resty-jwt-v0.2.3_GH0.tar.gz) = 35ae361abfdc1b7039df9ef9d0e0fe2b8a6e6e381ef99addde186f5fed6b2023
SIZE (cdbattags-lua-resty-jwt-v0.2.3_GH0.tar.gz) = 59320

0 comments on commit f866b08

Please sign in to comment.