From 94ded8ff315be664a806153a94913e7fbdcd3a49 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 22 Sep 2023 15:38:27 +0200 Subject: [PATCH] uwsgi: bump to release 2.0.22 Bump to release 2.0.22 to make it easier to apply patch for pcre2 support. Signed-off-by: Christian Marangi --- net/uwsgi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/uwsgi/Makefile b/net/uwsgi/Makefile index 57c8a314a..d00327352 100644 --- a/net/uwsgi/Makefile +++ b/net/uwsgi/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uwsgi -PKG_VERSION:=2.0.21 +PKG_VERSION:=2.0.22 PKG_RELEASE:=1 PYPI_NAME:=uWSGI PYPI_SOURCE_NAME:=uwsgi -PKG_HASH:=35a30d83791329429bc04fe44183ce4ab512fcf6968070a7bfba42fc5a0552a9 +PKG_HASH:=4cc4727258671ac5fa17ab422155e9aaef8a2008ebb86e4404b66deaae965db2 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE