diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-08 15:41:04 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-08 15:41:14 +0200 |
commit | 98eb81ccd66133586a2ad19ab5bd6ab5a75ed61f (patch) | |
tree | c8e3cf131332259b2ad128e85576031a68ee0f30 | |
parent | 1c2f729c9d768c08cd43763737de35f311d39fcf (diff) |
python-ifaddr: update to version 0.1.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | lang/python/python-ifaddr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-ifaddr/Makefile b/lang/python/python-ifaddr/Makefile index 4c4f1f863..0cdc10717 100644 --- a/lang/python/python-ifaddr/Makefile +++ b/lang/python/python-ifaddr/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ifaddr -PKG_VERSION:=0.1.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.1.7 +PKG_RELEASE:=1 PYPI_NAME:=ifaddr -PKG_HASH:=c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93 +PKG_HASH:=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=MIT |