diff options
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 9b770757c5189..50745ad33882f 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -23,8 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Public changelog: https://www.dropbox.com/release_notes +# Public changelog can be found in: https://www.dropboxforum.com # SlackBuild changelog: +# 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 @@ -38,13 +41,10 @@ # * Fixed my script to pick up Stable from the rss. # 14/Jul/2016 * Updated to latest version 7.3.28 # * dropboxd is now launched from dbus. This should fix icons. -# 06/Jul/2016 * Updated to latest version 5.4.24 -# * First version on Slackware 14.2! -# * Stopped splitting the policies into seperate files. -# * Some needed changelog trimming. 2 years are enough. +### PRGNAM=dropbox -VERSION=${VERSION:-21.4.25} +VERSION=${VERSION:-24.4.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |