Browse Source

Flask: use AUTORELEASE

This helps in cases, when someone forgets to bump PKG_RELEASE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 116c0d6c39)
lilik-openwrt-22.03
Josef Schlehofer 2 years ago
committed by Daniel Golle
parent
commit
4e9b9bbb78
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/Flask/Makefile

+ 1
- 1
lang/python/Flask/Makefile View File

@ -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


Loading…
Cancel
Save