diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-10 18:22:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 18:22:57 +0200 |
commit | ff8a9afd35cf7240257c4b89d0c2fdcf836b17af (patch) | |
tree | 1ad554d7647016e7894aecaa860a22ec23583d61 /lang/python | |
parent | bc0adc7a6ef08d9fc059a63f3b617b3e4a3f6e28 (diff) | |
parent | 7e303024c1c6e012ad3d189d4a571ace2d909c5d (diff) |
Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1
python-pyasn1-modules: update to 0.2.1
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-pyasn1-modules/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-pyasn1-modules/Makefile b/lang/python/python-pyasn1-modules/Makefile index 78072a594..c76e48a26 100644 --- a/lang/python/python-pyasn1-modules/Makefile +++ b/lang/python/python-pyasn1-modules/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2017 OpenWrt.org +# Copyright (C) 2015-2018 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyasn1-modules -PKG_VERSION:=0.1.5 +PKG_VERSION:=0.2.1 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-modules-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/7e/2c/351c0c0ef88b904de50d8144eb4c365c13660c297c051b72255b4e1ad34a -PKG_HASH:=1d303eed5aa54cafeca209d16b8c7ea2c6064735fb61f1bee2e0ed63a0816988 +PKG_SOURCE_URL:=https://pypi.python.org/packages/ab/76/36ab0e099e6bd27ed95b70c2c86c326d3affa59b9b535c63a2f892ac9f45 +PKG_HASH:=af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt |