diff options
author | Dmitry Wagin <dmitry.wagin@ya.ru> | 2022-07-20 10:46:55 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-07-20 10:48:06 +0000 |
commit | b9536604291db2558c0adbce968f9866672c29e9 (patch) | |
tree | 06c47b8110bf053f9229bd4d9e2f6a442efe8803 | |
parent | 236de133a90090f73f78457db7e19a325ffc3c39 (diff) | |
download | ports-b9536604291db2558c0adbce968f9866672c29e9.tar.gz ports-b9536604291db2558c0adbce968f9866672c29e9.zip |
-rw-r--r-- | www/lua-resty-lrucache/Makefile | 6 | ||||
-rw-r--r-- | www/lua-resty-lrucache/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/lua-resty-lrucache/Makefile b/www/lua-resty-lrucache/Makefile index fb9382a56448..a3813b68c77f 100644 --- a/www/lua-resty-lrucache/Makefile +++ b/www/lua-resty-lrucache/Makefile @@ -1,6 +1,6 @@ PORTNAME= lua-resty-lrucache -PORTVERSION= 0.11 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +DISTVERSION= 0.13 CATEGORIES= www MAINTAINER= dmitry.wagin@ya.ru @@ -16,7 +16,7 @@ GH_ACCOUNT= openresty NO_ARCH= yes NO_BUILD= yes -LUA_MODSHAREDIR=${LOCALBASE}/share/lua/5.1 +LUA_MODSHAREDIR= ${LOCALBASE}/share/lua/5.1 PLIST_FILES+= ${LUA_MODSHAREDIR}/resty/lrucache.lua \ ${LUA_MODSHAREDIR}/resty/lrucache/pureffi.lua diff --git a/www/lua-resty-lrucache/distinfo b/www/lua-resty-lrucache/distinfo index 46f8f29f2f84..73f9ae40888c 100644 --- a/www/lua-resty-lrucache/distinfo +++ b/www/lua-resty-lrucache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627723070 -SHA256 (openresty-lua-resty-lrucache-v0.11_GH0.tar.gz) = e810ed124fe788b8e4aac2c8960dda1b9a6f8d0ca94ce162f28d3f4d877df8af -SIZE (openresty-lua-resty-lrucache-v0.11_GH0.tar.gz) = 17410 +TIMESTAMP = 1658310322 +SHA256 (openresty-lua-resty-lrucache-v0.13_GH0.tar.gz) = da70ba4b84292a862e845e10be10095c6ce78ec75ec9bba0e3b5b7987c5e11df +SIZE (openresty-lua-resty-lrucache-v0.13_GH0.tar.gz) = 17434 |