diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-10-12 09:36:44 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-14 10:01:10 +0200 |
commit | 504858caced7f18d51c4ac5512f57a961bec1c72 (patch) | |
tree | debf2690c3ba54c37e9b4f4bfb23caead284ff3c /package/python-txtorcon/python-txtorcon.mk | |
parent | 5afc1582211b319d79c08915bc3c656fa528be5b (diff) | |
download | buildroot-504858caced7f18d51c4ac5512f57a961bec1c72.tar.gz buildroot-504858caced7f18d51c4ac5512f57a961bec1c72.zip |
python-txtorcon: bump to version 18.3.0
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-txtorcon/python-txtorcon.mk')
-rw-r--r-- | package/python-txtorcon/python-txtorcon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-txtorcon/python-txtorcon.mk b/package/python-txtorcon/python-txtorcon.mk index a02ec3626e..6ebcdb4f90 100644 --- a/package/python-txtorcon/python-txtorcon.mk +++ b/package/python-txtorcon/python-txtorcon.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TXTORCON_VERSION = 18.2.0 +PYTHON_TXTORCON_VERSION = 18.3.0 PYTHON_TXTORCON_SOURCE = txtorcon-$(PYTHON_TXTORCON_VERSION).tar.gz -PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/08/02/5a38afe0c96bd8da466716f51c72b3b52d3a76399e62b37494b97489f74a +PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/a2/71/2fe0c7d9350ff95cd22128f375dbf2b49438ca1a5d8ca0795311a964586b PYTHON_TXTORCON_SETUP_TYPE = setuptools PYTHON_TXTORCON_LICENSE = MIT PYTHON_TXTORCON_LICENSE_FILES = LICENSE |