diff options
author | Amit Ugol <amit.ugol@gmail.com> | 2017-02-10 00:54:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:33 +0700 |
commit | a406cf485f22a721593a431b05a8c96bf908fd6c (patch) | |
tree | 4c7382b3447834e6d1518dc154f4302b72d25ed0 /network/dropbox/dropbox.SlackBuild | |
parent | 0b55a809ea7059759727c2a0527a8126ca2dd4b6 (diff) |
network/dropbox: Updated for version 19.4.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dropbox/dropbox.SlackBuild')
-rw-r--r-- | network/dropbox/dropbox.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/dropbox/dropbox.SlackBuild b/network/dropbox/dropbox.SlackBuild index 49f3015cc0ef6..a67cf27c18b42 100644 --- a/network/dropbox/dropbox.SlackBuild +++ b/network/dropbox/dropbox.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2016 Amit Ugol <amit.ugol@gmail.com> +# Copyright 2017 Amit Ugol <amit.ugol@gmail.com> # # All rights reserved. # @@ -24,9 +24,9 @@ ##### # Public changelog: https://www.dropbox.com/release_notes # SlackBuild changelog: +# 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 -# 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 @@ -39,12 +39,11 @@ # * First version on Slackware 14.2! # * Stopped splitting the policies into seperate files. # * Some needed changelog trimming. 2 years are enough. -# 18/May/2016 * Updated to latest version 3.20.1 PRGNAM=dropbox PACKNAM=dropbox-lnx -VERSION=${VERSION:-15.4.22} +VERSION=${VERSION:-19.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |