Browse Source
Merge pull request #13741 from Cynerd/python-appdirs-1.4.4
python-appdirs: update to version 1.4.4
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
lang/python/python-appdirs/Makefile
|
|
@ -5,12 +5,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-appdirs |
|
|
|
PKG_VERSION:=1.4.3 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_VERSION:=1.4.4 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> |
|
|
|
|
|
|
|
PYPI_NAME:=appdirs |
|
|
|
PKG_HASH:=9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92 |
|
|
|
PKG_HASH:=7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41 |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
|
|
include ../pypi.mk |
|
|
|