diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-03-16 10:07:48 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-24 22:41:51 +0000 |
commit | 116c0d6c390d9ba4e825f7b0920fdcb5f93499de (patch) | |
tree | d737cfd4bd671fdad22c7a722aa307604931bd05 /lang | |
parent | 934a7e22cd7e521b74fd8048e0829217a221224d (diff) |
Flask: use AUTORELEASE
This helps in cases, when someone forgets to bump PKG_RELEASE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang')
-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 3c7832dd7..f8e0268e3 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:=1 +PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=$(PKG_NAME) PKG_HASH:=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2 |