diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-01-07 14:45:28 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-01-07 15:04:07 +0200 |
commit | 4bd29418fccfd95e3957875520cf46266ded1eba (patch) | |
tree | fa0707b12e383c06b4901476aa36ebc0faa148bf /lang | |
parent | 05ed63373993d88b5e9b6d0931e85991ed0edc4b (diff) |
python-pyasn1-modules: bump to version 0.2.3
This change upgrades the version of pyasn1-modules to version 0.2.3.
Run-tested on an x86 VM.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-pyasn1-modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-pyasn1-modules/Makefile b/lang/python/python-pyasn1-modules/Makefile index c6d708019..8ee4e1d3a 100644 --- a/lang/python/python-pyasn1-modules/Makefile +++ b/lang/python/python-pyasn1-modules/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyasn1-modules -PKG_VERSION:=0.2.2 +PKG_VERSION:=0.2.3 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-modules-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyasn1-modules -PKG_HASH:=a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547 +PKG_HASH:=d14fcb29dabecba3d7b360bf72327c26c385248a5d603cf6be5f566ce999b261 PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt |