diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-12-30 20:02:47 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-12-30 20:02:57 +0100 |
commit | 447c6fd57b5ed92f82ab9945e1bd350f3e4866d5 (patch) | |
tree | 3b34fc59031bea47f113f76f66f272bd0f940b28 /lang/python/python-dns/Makefile | |
parent | 4be2a5b73757eb0037d41da962518eaac4e4d3ac (diff) |
python-dns: update to version 2.1.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-dns/Makefile')
-rw-r--r-- | lang/python/python-dns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-dns/Makefile b/lang/python/python-dns/Makefile index 2c71f078b..9d399ed8a 100644 --- a/lang/python/python-dns/Makefile +++ b/lang/python/python-dns/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dns -PKG_VERSION:=1.16.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PYPI_NAME:=dnspython PYPI_SOURCE_EXT:=zip -PKG_HASH:=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01 +PKG_HASH:=e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4 PKG_LICENSE:=ISC PKG_LICENSE_FILES:=LICENSE |