diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-10 18:22:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 18:22:36 +0200 |
commit | bc0adc7a6ef08d9fc059a63f3b617b3e4a3f6e28 (patch) | |
tree | 422f3560bb37df981eae2f3406adef437703e77e /lang/python | |
parent | 970f7c2f07feb0af3af39a2360ba2704816a094c (diff) | |
parent | 3d2e61b47f7f8ab9b403f57af0053846770c6472 (diff) |
Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2
python-pyasn1: update to 0.4.2
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-pyasn1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-pyasn1/Makefile b/lang/python/python-pyasn1/Makefile index 6c48fe2db..78f82c85d 100644 --- a/lang/python/python-pyasn1/Makefile +++ b/lang/python/python-pyasn1/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 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 -PKG_VERSION:=0.3.7 +PKG_VERSION:=0.4.2 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/3c/a6/4d6c88aa1694a06f6671362cb3d0350f0d856edea4685c300785200d1cd9/ -PKG_HASH:=187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965 +PKG_SOURCE_URL:=https://pypi.python.org/packages/eb/3d/b7d0fdf4a882e26674c68c20f40682491377c4db1439870f5b6f862f76ed +PKG_HASH:=d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt |