diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2020-04-24 07:42:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 07:42:07 +0700 |
commit | 1935c47a0e84db6f880b021d37e6cf9770b726a8 (patch) | |
tree | 207028f6eceb318d9022472529084f2ea93681d5 /network | |
parent | bdd030c118c7dd5996113f9afa2f4ef7f8e1fd78 (diff) | |
download | slackbuilds-1935c47a0e84db6f880b021d37e6cf9770b726a8.tar.gz |
network/pCloudDrive: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/pCloudDrive/pCloudDrive.SlackBuild | 8 | ||||
-rw-r--r-- | network/pCloudDrive/pCloudDrive.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/network/pCloudDrive/pCloudDrive.SlackBuild b/network/pCloudDrive/pCloudDrive.SlackBuild index f237ca416d..9608a0da02 100644 --- a/network/pCloudDrive/pCloudDrive.SlackBuild +++ b/network/pCloudDrive/pCloudDrive.SlackBuild @@ -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 diff --git a/network/pCloudDrive/pCloudDrive.info b/network/pCloudDrive/pCloudDrive.info index e785271fdc..628b277457 100644 --- a/network/pCloudDrive/pCloudDrive.info +++ b/network/pCloudDrive/pCloudDrive.info @@ -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" |