python/python3-pyasn1: updated for version 0.5.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-11-30 09:53:47 +01:00 committed by Willy Sudiarto Raharjo
parent 6d9a857d7d
commit bc3067e71c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pyasn1
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,6 +60,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pyasn1"
VERSION="0.5.0"
VERSION="0.5.1"
HOMEPAGE="https://github.com/pyasn1/pyasn1"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyasn1/pyasn1-0.5.0.tar.gz"
MD5SUM="ef4836affe55fcdd63a481ea1060c874"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyasn1/pyasn1-0.5.1.tar.gz"
MD5SUM="1e8ca05cc7040aaf06e321886715eb7e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""