python/asn1crypto: Updated for version 0.24.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cd68840b3c
commit
4451c4f691
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for asn1crypto
|
||||
#
|
||||
# Copyright 2017 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2017-2018 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asn1crypto
|
||||
VERSION=${VERSION:-0.21.1}
|
||||
VERSION=${VERSION:-0.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,6 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE changelog.* docs/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asn1crypto"
|
||||
VERSION="0.21.1"
|
||||
VERSION="0.24.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/asn1crypto"
|
||||
DOWNLOAD="https://pypi.python.org/packages/ce/39/17e90c2efacc4060915f7d1f9b8d2a5b20e54e46233bdf3092e68193407d/asn1crypto-0.21.1.tar.gz"
|
||||
MD5SUM="d8e311a39136229c53f4ed83dcfaf624"
|
||||
DOWNLOAD="https://pypi.python.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz"
|
||||
MD5SUM="de3520426e81a6581352d4366f310eb1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue