diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-06-15 12:09:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-15 22:18:54 +0200 |
commit | 1addb8959a7993b3cc628ad60d946a971b427830 (patch) | |
tree | a347f3aad4b1f7d4f81f8e9e10c966095100420b /package/python-autobahn/python-autobahn.mk | |
parent | 4d9a4f9e1099127b33504c91d06b9c3f4607655c (diff) | |
download | buildroot-1addb8959a7993b3cc628ad60d946a971b427830.tar.gz buildroot-1addb8959a7993b3cc628ad60d946a971b427830.zip |
python-autobahn: bump to version 0.14.1
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-autobahn/python-autobahn.mk')
-rw-r--r-- | package/python-autobahn/python-autobahn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-autobahn/python-autobahn.mk b/package/python-autobahn/python-autobahn.mk index 1d0286712f..2cc2e5d2a8 100644 --- a/package/python-autobahn/python-autobahn.mk +++ b/package/python-autobahn/python-autobahn.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_AUTOBAHN_VERSION = 0.12.1 +PYTHON_AUTOBAHN_VERSION = 0.14.1 PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz -PYTHON_AUTOBAHN_SITE = http://pypi.python.org/packages/source/a/autobahn +PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/e3/37/1297551d3066ec9b013dd3a1a7e2cca85900d3fe95194779370e8e7a7af7 PYTHON_AUTOBAHN_LICENSE = MIT PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE PYTHON_AUTOBAHN_SETUP_TYPE = setuptools |