Browse Source
MarkupSafe: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
3 years ago
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with
3 additions and
3 deletions
-
lang/python/MarkupSafe/Makefile
|
|
@ -5,11 +5,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=MarkupSafe |
|
|
|
PKG_VERSION:=1.1.1 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_VERSION:=2.0.1 |
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b |
|
|
|
PKG_HASH:=594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|