On 2023/12/08 17:33:00 -0300, Gleydson Soares <[email protected]> wrote: > update luasec to 1.3.2 > upstream moved to lunarmodules > ok?
ok op@ while here you might consider switching from GH_* to DIST_TUPLE, it's a bit nicer. needs a `make makesum' to regen the distfiles however. --- Makefile.orig Sat Dec 9 13:29:44 2023 +++ Makefile Sat Dec 9 13:30:03 2023 @@ -1,8 +1,6 @@ COMMENT= lua binding to OpenSSL to provide TLS/SSL communication -GH_ACCOUNT= lunarmodules -GH_PROJECT= luasec -GH_TAGNAME= v1.3.2 +DIST_TUPLE= github lunarmodules luasec v1.3.2 . CATEGORIES= security
