diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-05-12 11:36:57 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-05-18 12:29:01 +0300 |
commit | 6185156e69aab78528ad9db640ca519640d90827 (patch) | |
tree | dee9754d50123eeb989b756c085c78ca038be564 /lang/python | |
parent | cf368395d0a291535e00cfbcb2f48e7f7a93fc4b (diff) |
et_xmlfile: bump to version 1.1.0
Updating Eneas' email as requested on Github:
https://github.com/openwrt/packages/pull/15622
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-et_xmlfile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-et_xmlfile/Makefile b/lang/python/python-et_xmlfile/Makefile index f1a415745..10c04d004 100644 --- a/lang/python/python-et_xmlfile/Makefile +++ b/lang/python/python-et_xmlfile/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-et_xmlfile -PKG_VERSION:=1.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.0 +PKG_RELEASE:=1 -PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Eneas U de Queiroz <cote2004-github@yahoo.com> +PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Eneas U de Queiroz <cotequeiroz@gmail.com> PKG_LICENSE:=MIT PYPI_NAME:=et_xmlfile -PKG_HASH:=614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b +PKG_HASH:=8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c include ../pypi.mk include $(INCLUDE_DIR)/package.mk |