mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-aiodns: bump version to 3.6.0
https://github.com/aio-libs/aiodns/releases/tag/v3.6.0 Updated URL in help text. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
6636c30dd2
commit
00108540f7
@@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_AIODNS
|
||||
help
|
||||
Simple DNS resolver for asyncio.
|
||||
|
||||
http://github.com/saghul/aiodns
|
||||
https://github.com/saghul/aiodns
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiodns/json
|
||||
md5 30623b233a06bd318478e39828a771d2 aiodns-3.5.0.tar.gz
|
||||
sha256 11264edbab51896ecf546c18eb0dd56dff0428c6aa6d2cd87e643e07300eb310 aiodns-3.5.0.tar.gz
|
||||
md5 dd1c76c0b2897589ae9787530cc0e468 aiodns-3.6.0.tar.gz
|
||||
sha256 9b0ef54339e6687cdbd39a7d73d7de2467cb5c115281da28f2598f058633dac8 aiodns-3.6.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3e91cfa76821ab70d22998136d674d20ae888463a7e8a7f377166cfe1ee64feb LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIODNS_VERSION = 3.5.0
|
||||
PYTHON_AIODNS_VERSION = 3.6.0
|
||||
PYTHON_AIODNS_SOURCE = aiodns-$(PYTHON_AIODNS_VERSION).tar.gz
|
||||
PYTHON_AIODNS_SITE = https://files.pythonhosted.org/packages/17/0a/163e5260cecc12de6abc259d158d9da3b8ec062ab863107dcdb1166cdcef
|
||||
PYTHON_AIODNS_SITE = https://files.pythonhosted.org/packages/e6/11/238e97cbf5c1c0f725d590a092e0618dcdc50f44dbd1e2a926fae27e6f06
|
||||
PYTHON_AIODNS_SETUP_TYPE = setuptools
|
||||
PYTHON_AIODNS_LICENSE = MIT
|
||||
PYTHON_AIODNS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user