mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/pirate-get: Updated for version 0.2.13.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
08f06c490a
commit
1aeccf0360
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pirate-get
|
||||
|
||||
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=pirate-get
|
||||
VERSION=${VERSION:-0.2.11}
|
||||
VERSION=${VERSION:-0.2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,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 README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md PKG-INFO $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="pirate-get"
|
||||
VERSION="0.2.11"
|
||||
VERSION="0.2.13"
|
||||
HOMEPAGE="https://github.com/vikstrous/pirate-get"
|
||||
DOWNLOAD="https://github.com/vikstrous/pirate-get/archive/v0.2.11/pirate-get-0.2.11.tar.gz"
|
||||
MD5SUM="e3f64c54621d90779e998354060e004a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/d2/2f/550e85816cadfb1f9073f5766a671da293894983c9d5a9b602ae99d82dbc/pirate-get-0.2.13.tar.gz"
|
||||
MD5SUM="96fd112a8c96856abb4e9cb8bd440fbd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 BeautifulSoup4 veryprettytable"
|
||||
|
|
Loading…
Reference in a new issue