diff options
author | Martin Matějek <martin.matejek@gmx.com> | 2021-03-29 22:20:57 +0200 |
---|---|---|
committer | Martin Matějek <martin.matejek@gmx.com> | 2021-03-30 20:00:53 +0200 |
commit | df4b1ae24e5532e8d3c634d8ae82f87c8f6ea8e0 (patch) | |
tree | b510b558746a86a0fa49ac32fbe4f4fe0f2049bc /lang/python/python3-pyroute2/Makefile | |
parent | c4c8ca402bc2fd1e187f2c1e3796112b27ab6523 (diff) |
python3-pyroute2: update to version 0.5.16
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
Diffstat (limited to 'lang/python/python3-pyroute2/Makefile')
-rw-r--r-- | lang/python/python3-pyroute2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python3-pyroute2/Makefile b/lang/python/python3-pyroute2/Makefile index 9383069f1..1f8cf55e6 100644 --- a/lang/python/python3-pyroute2/Makefile +++ b/lang/python/python3-pyroute2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2021 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:=python3-pyroute2 -PKG_VERSION:=0.5.14 +PKG_VERSION:=0.5.16 PKG_RELEASE:=1 PYPI_NAME:=pyroute2 -PKG_HASH:=774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5 +PKG_HASH:=fe681a2d008cac815b9f287250d69a333fbfc2b2d89c37d58798104057149989 PKG_MAINTAINER:=Martin Matějek <martin.matejek@nic.cz> PKG_LICENSE:=GPL-2.0-or-later Apache-2.0 |