network/dropbox: Updated for version 24.4.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Amit Ugol 2017-04-18 23:47:20 +07:00 committed by Willy Sudiarto Raharjo
parent 39bb4bc4a9
commit 9e18b8366d
2 changed files with 11 additions and 11 deletions

View file

@ -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}

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="21.4.25"
VERSION="24.4.16"
HOMEPAGE="http://www.dropbox.com"
DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-21.4.25.tar.gz"
MD5SUM="4d17e0e0e7b11b18fa0d7b18221aa0de"
DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-21.4.25.tar.gz"
MD5SUM_x86_64="dfb7678df74ea5a6b794b56488255770"
DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-24.4.16.tar.gz"
MD5SUM="b7eaeabaff3c777358b676e606570dd3"
DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-24.4.16.tar.gz"
MD5SUM_x86_64="0d953dfb93cdfdfdfe48389bb8649f8c"
REQUIRES=""
MAINTAINER="Amit Ugol"
EMAIL="amit.ugol@gmail.com"