network/dropbox: Updated for version 165.4.4300.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-01-13 21:50:12 +07:00
parent 9f40541037
commit f35f9fcdc2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 10 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for dropbox
# Copyright 2017 cmyster amit.ugol@gmail.com
# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2019-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -31,7 +31,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dropbox
VERSION=${VERSION:-163.4.5456}
VERSION=${VERSION:-165.4.4300}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -44,9 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View File

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="163.4.5456"
VERSION="165.4.4300"
HOMEPAGE="https://www.dropbox.com"
DOWNLOAD="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-163.4.5456.tar.gz"
MD5SUM="9b3d41d8cd84a3f77d2e5b18fe02f36f"
DOWNLOAD_x86_64="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-163.4.5456.tar.gz"
MD5SUM_x86_64="1ac2beba718da189b7989d000432a08c"
DOWNLOAD="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-165.4.4300.tar.gz"
MD5SUM="5e5829e7a2dfe959f37cb1474b594a4c"
DOWNLOAD_x86_64="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-165.4.4300.tar.gz"
MD5SUM_x86_64="51d4e1d39275403328d3b70ce6fd1ccc"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"