Browse Source
python-dns: update to version 2.1.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer
3 years ago
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
3 additions and
3 deletions
-
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 |
|
|
|