diff options
author | Šimon Bořek <borek@autobakterie.cz> | 2023-02-01 20:18:43 +0100 |
---|---|---|
committer | Šimon Bořek <borek@autobakterie.cz> | 2023-02-14 17:37:11 +0100 |
commit | 76ed9d52189d073f1b95257344ceff412322ea0c (patch) | |
tree | 55930ae0bf0a6c9c0c1f237e6fb863cc75e4f083 /lang/python/Flask | |
parent | 0876220ba4d2ec3a414328ee0e462e8cc325d039 (diff) |
Flask: get rid of deprecated AUTORELEASE
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
Diffstat (limited to 'lang/python/Flask')
-rw-r--r-- | lang/python/Flask/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Flask/Makefile b/lang/python/Flask/Makefile index 136761748..f6a84d8eb 100644 --- a/lang/python/Flask/Makefile +++ b/lang/python/Flask/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=Flask PKG_VERSION:=2.0.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=6 PYPI_NAME:=$(PKG_NAME) PKG_HASH:=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2 |