mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/rclone: Updated for version 1.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ecde40a918
commit
67fdae9e32
2 changed files with 10 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for rclone
|
# Slackware build script for rclone
|
||||||
|
|
||||||
# Copyright 2017 Rodrigo Gimenez <estrod[at]zoho[dot]com>
|
# Copyright 2017-2018 Rodrigo Gimenez <estrod[at]zoho[dot]com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
PRGNAM=rclone
|
PRGNAM=rclone
|
||||||
VERSION=${VERSION:-1.40}
|
VERSION=${VERSION:-1.42}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -78,7 +78,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
||||||
cp -a README.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a \
|
||||||
|
README.txt \
|
||||||
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rclone"
|
PRGNAM="rclone"
|
||||||
VERSION="1.40"
|
VERSION="1.42"
|
||||||
HOMEPAGE="https://rclone.org"
|
HOMEPAGE="https://rclone.org"
|
||||||
DOWNLOAD="https://downloads.rclone.org/v1.40/rclone-v1.40-linux-386.zip"
|
DOWNLOAD="https://downloads.rclone.org/v1.42/rclone-v1.42-linux-386.zip"
|
||||||
MD5SUM="af6a8eb8c27cec2664300efe65827d00"
|
MD5SUM="a7cb1d96382d010f8bc2b19e237f917e"
|
||||||
DOWNLOAD_x86_64="https://downloads.rclone.org/v1.40/rclone-v1.40-linux-amd64.zip"
|
DOWNLOAD_x86_64="https://downloads.rclone.org/v1.42/rclone-v1.42-linux-amd64.zip"
|
||||||
MD5SUM_x86_64="541167bb8cabcd42a706d5bd56429ec3"
|
MD5SUM_x86_64="f9892658a2c311ef288261095a0d3377"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Rodrigo Gimenez"
|
MAINTAINER="Rodrigo Gimenez"
|
||||||
EMAIL="estrod[at]zoho[dot]com"
|
EMAIL="estrod[at]zoho[dot]com"
|
||||||
|
|
Loading…
Reference in a new issue