network/dropbox: Updated for version 19.4.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Amit Ugol 2017-02-10 00:54:15 +07:00 committed by Willy Sudiarto Raharjo
parent 0b55a809ea
commit a406cf485f
2 changed files with 8 additions and 9 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="dropbox"
VERSION="15.4.22"
VERSION="19.4.13"
HOMEPAGE="http://www.dropbox.com"
DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-15.4.22.tar.gz"
MD5SUM="d135b240d354716dd537de135ec16e15"
DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-15.4.22.tar.gz"
MD5SUM_x86_64="a6776b7f910b69de51d64297baf1d1c6"
DOWNLOAD="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86-19.4.13.tar.gz"
MD5SUM="29ebe634897b610d33a3bc7b9cf6b32a"
DOWNLOAD_x86_64="https://d1ilhw0800yew8.cloudfront.net/client/dropbox-lnx.x86_64-19.4.13.tar.gz"
MD5SUM_x86_64="76e9bb32388654ead6ae16ce69c4b732"
REQUIRES=""
MAINTAINER="Amit Ugol"
EMAIL="amit.ugol@gmail.com"