From 7504b410a6774ccc6d374adf7619ba1e55554014 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 18 Nov 2019 04:04:35 +0800 Subject: [PATCH] python-pyasn1: Update to 0.4.8 Signed-off-by: Jeffery To (cherry picked from b99abe8dd8a3c3cd9118e891dd8353802d660ad0) --- lang/python/python-pyasn1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pyasn1/Makefile b/lang/python/python-pyasn1/Makefile index 6222d929a..346b4d69a 100644 --- a/lang/python/python-pyasn1/Makefile +++ b/lang/python/python-pyasn1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyasn1 -PKG_VERSION:=0.4.7 +PKG_VERSION:=0.4.8 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyasn1 -PKG_HASH:=a9495356ca1d66ed197a0f72b41eb1823cf7ea8b5bd07191673e8147aecf8604 +PKG_HASH:=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt