diff options
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index de881b8178..ffaff82695 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for dropbox # Copyright 2017 cmyster amit.ugol@gmail.com +# Copyright 2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,22 +25,11 @@ # 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 -# 30/Dec/2018 * Updated to latest version 63.4.107 -# 02/Dec/2018 * Updated to latest version 62.4.103 -# 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 -### +# Source for x86: https://www.dropbox.com/download?plat=lnx.x86 +# Source for x86_64: https://www.dropbox.com/download?plat=lnx.x86_64 PRGNAM=dropbox -VERSION=${VERSION:-77.4.131} +VERSION=${VERSION:-84.4.170} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |