diff options
author | osa <osa@pkgsrc.org> | 2022-09-25 15:10:11 +0000 |
---|---|---|
committer | osa <osa@pkgsrc.org> | 2022-09-25 15:10:11 +0000 |
commit | 3c73ae0eb4dadd58c852498753ddbdd949f5aba3 (patch) | |
tree | 8392703841b600c4ddf6dda6a5e25e9573a51450 /www/nginx-devel/Makefile | |
parent | a810eb5c11663ce10eb4d2b8c9b269fca29b7564 (diff) | |
download | pkgsrc-3c73ae0eb4dadd58c852498753ddbdd949f5aba3.tar.gz |
www/nginx*: update third-party lua module 0.10.21 -> 0.10.22
ChangeLog: https://github.com/openresty/lua-nginx-module/compare/v0.10.21...v0.10.22
Bump PKGREVISIONs.
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 6320be1ed8d..1acc15a5fc2 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.89 2022/08/30 18:00:49 osa Exp $ +# $NetBSD: Makefile,v 1.90 2022/09/25 15:10:11 osa Exp $ DISTNAME= nginx-1.23.1 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/-/-devel-/1} CATEGORIES= www MASTER_SITES= https://nginx.org/download/ |