diff options
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index f8a112a21e..5780bb6722 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -25,6 +25,8 @@ # Public changelog can be found in: https://www.dropboxforum.com # SlackBuild changelog: +# 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 # 17/Dec/2017 * Updated to latest version 40.4.46 # 19/Nov/2017 * Updated to latest version 39.4.49 @@ -38,18 +40,10 @@ # 18/Apr/2017 * Updated to latest version 24.4.16 # * Old RSS is dead, my build script now parses the forum. # * Added /usr/doc/dropbox-$VER/folders to explain folder layout. -# 13/Mar/2017 * Updated to latest version 21.4.25 -# * Rewrote this script. -# 09/Feb/2017 * Updated to latest version 19.4.13 -# 29/Nov/2016 * Updated to latest version 15.4.22 -# 25/Oct/2016 * Updated to latest version 13.4.21 -# Later versions will be packaged to a txz. It saves ~18mb. -# 20/Sep/2016 * Updated to latest version 10.4.25 -# 28/Aug/2016 * Updated to latest version 8.4.21 ### PRGNAM=dropbox -VERSION=${VERSION:-42.4.114} +VERSION=${VERSION:-47.4.74} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |