From: Alexandru Ardelean Date: Mon, 29 Mar 2021 06:47:07 +0000 (+0300) Subject: gunicorn: bump to version 20.1.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5d00d670b2fd9e5f749783e39cde49e403db9f59;p=openwrt-packages.git gunicorn: bump to version 20.1.0 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/gunicorn/Makefile b/lang/python/gunicorn/Makefile index 35927a79a..65e947d4f 100644 --- a/lang/python/gunicorn/Makefile +++ b/lang/python/gunicorn/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gunicorn -PKG_VERSION:=20.0.4 -PKG_RELEASE:=2 +PKG_VERSION:=20.1.0 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626 +PKG_HASH:=e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT