Browse Source

Flask: update to version 1.1.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 4 years ago
parent
commit
90790b6b8f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/Flask/Makefile

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

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=Flask
PKG_VERSION:=1.1.1
PKG_RELEASE:=2
PKG_VERSION:=1.1.2
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
PKG_HASH:=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=BSD-3-Clause


Loading…
Cancel
Save