diff options
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 1260316c58ba..cac600b6cd1d 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -23,6 +23,12 @@ # Public changelog: https://www.dropbox.com/release_notes # Changelog: +# 26/Jul/2015 * Updated to latest version 3.8.5 +# * Non-Linux users get to use gmail integration. +# * Most DEs I have tested have working tray icons, XFCE's +# tray still does not work, though the engine runs well. +# 19/Jul/2015 * Updated to latest version 3.6.9 +# 05/Jul/2015 * Updated to latest version 3.6.8 # 11/Jun/2015 * Updated to latest version 3.6.7 # * Compiled with gcc 4.8.1, QT 5.4 and python 2.7.9 # * Minor fixes all around @@ -83,7 +89,7 @@ PRGNAM=dropbox PACKNAM=dropbox-lnx -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |