From acc915083d44386cb4890818ddacd8221573b7b0 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 29 Jun 2023 02:41:39 +0800 Subject: [PATCH] python-werkzeug: Update to 2.3.6 Signed-off-by: Jeffery To --- lang/python/python-werkzeug/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/python/python-werkzeug/Makefile b/lang/python/python-werkzeug/Makefile index 23473164de..08c67d7729 100644 --- a/lang/python/python-werkzeug/Makefile +++ b/lang/python/python-werkzeug/Makefile @@ -5,15 +5,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-werkzeug -PKG_VERSION:=2.3.4 +PKG_VERSION:=2.3.6 PKG_RELEASE:=1 PYPI_NAME:=Werkzeug -PKG_HASH:=1d5a58e0377d1fe39d061a5de4469e414e78ccb1e1e59c0f5ad6fa1c36c52b76 +PKG_HASH:=98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330 PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.rst +PKG_CPE_ID:=cpe:/a:palletsprojects:werkzeug include ../pypi.mk include $(INCLUDE_DIR)/package.mk