network/dropbox: Updated for version 77.4.131.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Amit Ugol 2019-07-25 03:29:35 -05:00 committed by Willy Sudiarto Raharjo
parent f37d53acf5
commit 5862921157
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 11 deletions

View file

@ -25,6 +25,9 @@
# Public changelog can be found in: https://www.dropboxforum.com
# SlackBuild changelog:
# 25/Jul/2019 * Updated to latest version 77.4.131
# * Support for FS other than EXT4 is re-introduced.
# 07/Jul/2019 * Updated to latest version 75.4.142
# 26/May/2019 * Updated to latest version 73.4.118
# 14/Apr/2019 * Updated to latest version 70.4.93
# 10/Feb/2019 * Updated to latest version 66.4.84
@ -33,15 +36,10 @@
# 28/Oct/2018 * Updated to latest version 60.4.107
# 24/Oct/2018 * Updated to latest version 59.4.93
# 05/Sep/2018 * Updated to latest version 56.4.94
# 05/Jul/2018 * Updated to latest version 52.4.60
# 31/May/2018 * Updated to latest version 50.4.71
# 15/Apr/2018 * Updated to latest version 47.4.74
# 18/Feb/2018 * Updated to latest version 43.4.50
# 30/Jan/2018 * Updated to latest version 42.4.114
###
PRGNAM=dropbox
VERSION=${VERSION:-73.4.118}
VERSION=${VERSION:-77.4.131}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="73.4.118"
VERSION="77.4.131"
HOMEPAGE="https://www.dropbox.com"
DOWNLOAD="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-73.4.118.tar.gz"
MD5SUM="88daf1093713ab4b12706ca704df0a26"
DOWNLOAD_x86_64="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-73.4.118.tar.gz"
MD5SUM_x86_64="52e16d68ee95f31b54955b09c5fcf77b"
DOWNLOAD="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-77.4.131.tar.gz"
MD5SUM="70da9a7b78580447262a892aa63bd19e"
DOWNLOAD_x86_64="https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-77.4.131.tar.gz"
MD5SUM_x86_64="6176fa7600569e1a8d0ef6d16acc8a5a"
REQUIRES=""
MAINTAINER="Amit Ugol"
EMAIL="amit.ugol@gmail.com"