summaryrefslogtreecommitdiffstats
path: root/dropbox-client
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-10-14 21:23:47 +0000
committer Eric Hameleers <alien@slackware.com>2012-10-14 21:23:47 +0000
commitae329984364d400da06e53e275c8c34fd9f98f27 (patch)
tree94e4d70cf5a38e93034d9dfd1d78c2d004d0c1c5 /dropbox-client
parented9081f4588d9a9f3c9068817ad76c70ffea01f6 (diff)
downloadasb-ae329984364d400da06e53e275c8c34fd9f98f27.tar.gz
asb-ae329984364d400da06e53e275c8c34fd9f98f27.tar.xz
Update to 1.4.0
Diffstat (limited to 'dropbox-client')
-rwxr-xr-xdropbox-client/build/dropbox-client.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dropbox-client/build/dropbox-client.SlackBuild b/dropbox-client/build/dropbox-client.SlackBuild
index 785f6d97..964dc8bf 100755
--- a/dropbox-client/build/dropbox-client.SlackBuild
+++ b/dropbox-client/build/dropbox-client.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2012 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -45,6 +45,8 @@
# 0.6.7-1: 18/dec/2010 by Eric Hameleers <alien@slackware.com>
# * Updated. Also fix the fake nautilus script to filter out the
# "--no-desktop" argument passed by dropbox to the real nautilus.
+# 1.4.0-1: 14/oct/2012 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# Run 'sh dropbox-client.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -56,7 +58,7 @@
PRGNAM=dropbox-client
RPMNAM=nautilus-dropbox
-VERSION=${VERSION:-0.6.7}
+VERSION=${VERSION:-1.4.0}
MINOR=${MINOR:-1}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -79,7 +81,7 @@ case "${ARCH:-$( uname -m )}" in
esac
SOURCE="$SRCDIR/${RPMNAM}-${VERSION}-${MINOR}.fedora.${ARCH}.rpm"
-SRCURL="http://linux.dropbox.com/packages/${RPMNAM}-${VERSION}-${MINOR}.fedora.${ARCH}.rpm"
+SRCURL="http://linux.dropbox.com/packages/fedora/${RPMNAM}-${VERSION}-${MINOR}.fedora.${ARCH}.rpm"
##
## --- with a little luck, you won't have to edit below this point --- ##