Date: Thu, 14 Dec 2023 09:16:09 GMT From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f866b087eea7 - main - security/lua-resty-jwt: Switch to a fork which still cares about the code Message-ID: <202312140916.3BE9G9E5026178@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=f866b087eea77a0ac794f907fce6231f221583e6 commit f866b087eea77a0ac794f907fce6231f221583e6 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2023-12-14 09:14:43 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2023-12-14 09:16:05 +0000 security/lua-resty-jwt: Switch to a fork which still cares about the code --- security/lua-resty-jwt/Makefile | 6 +++--- security/lua-resty-jwt/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 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 diff --git a/security/lua-resty-jwt/distinfo b/security/lua-resty-jwt/distinfo index bd4f5da259f9..7351f7473f78 100644 --- a/security/lua-resty-jwt/distinfo +++ b/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312140916.3BE9G9E5026178>