mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/hyperlink: Updated for version 17.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
98ea4efd44
commit
6bf43b3cdf
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hyperlink
|
||||
#
|
||||
# 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=hyperlink
|
||||
VERSION=${VERSION:-17.2.0}
|
||||
VERSION=${VERSION:-17.3.1}
|
||||
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 -ar LICENSE *.md 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="hyperlink"
|
||||
VERSION="17.2.0"
|
||||
VERSION="17.3.1"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/hyperlink"
|
||||
DOWNLOAD="https://pypi.python.org/packages/0b/48/fbf093edd507aef345873c2a6aa972cc795c42b4b2c456adc9b8dadf8185/hyperlink-17.2.0.tar.gz"
|
||||
MD5SUM="7d45820aec2830a832a5c17acbe186c5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/83/df/3bdaf38f21f93429de02f04c6a967d2154955fc5b9a6a1a0b20a682edc13/hyperlink-17.3.1.tar.gz"
|
||||
MD5SUM="eaccb9845b559817e838846669cbc68a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue