diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-20 13:39:52 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-20 13:39:52 +0200 |
commit | be220edef1b82421526a3021791584631252a2e3 (patch) | |
tree | d777f33480dc604c29fd80c29ae8c8c5f1547d2d /lang/python/python-appdirs | |
parent | 5027b80bab17b324159a3f36eee1cb9924a97553 (diff) |
python-appdirs: update to version 1.4.4
This is just maintenance release with minor tweaks. Project officially
reports itself as stable now.
Signed-off-by: Karel Kočí <cynerd@email.cz>
Diffstat (limited to 'lang/python/python-appdirs')
-rw-r--r-- | lang/python/python-appdirs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-appdirs/Makefile b/lang/python/python-appdirs/Makefile index 8cd958d3a..cf8d67018 100644 --- a/lang/python/python-appdirs/Makefile +++ b/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 |