network/pCloudDrive: Updated for version 1.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Igor Alexandrov 2020-04-24 07:42:07 +07:00 committed by Willy Sudiarto Raharjo
parent bdd030c118
commit 1935c47a0e
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pCloudDrive
# Copyright 2019 Igor Alexandrov <igora.vault@gmail.com>
# Copyright 2020 Igor Alexandrov <igor.alexandrov@outlook.com>
# 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=pCloudDrive
VERSION=${VERSION:-1.7.2}
VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then
esac
fi
set -e
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -47,8 +49,6 @@ if [ "$ARCH" != "x86_64" -a "$ARCH" != "i586" ]; then
exit 1
fi
set -eu
rm -rf $PKG
mkdir -p $TMP $OUTPUT $PKG/{install,opt,usr/{bin,doc/$PRGNAM-$VERSION}}
cd $PKG/opt

View file

@ -1,10 +1,10 @@
PRGNAM="pCloudDrive"
VERSION="1.7.2"
VERSION="1.8.0"
HOMEPAGE="https://www.pcloud.com"
DOWNLOAD="https://www.pcloud.com/how-to-install-pcloud-drive-linux.html?download=electron-32"
MD5SUM="c5dc7d813568926da57b07b948824325"
MD5SUM="d58cd5887c1986548bcfea7902903c11"
DOWNLOAD_x86_64="https://www.pcloud.com/how-to-install-pcloud-drive-linux.html?download=electron-64"
MD5SUM_x86_64="9c808b309033b9fff8aee1703f4e2883"
MD5SUM_x86_64="83568eb6edb7eaa96bfa097a9bf414de"
REQUIRES=""
MAINTAINER="Igor Alexandrov"
EMAIL="igora.vault@gmail.com"
EMAIL="igor.alexandrov@outlook.com"