summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-02-03 22:27:39 +0000
committer Eric Hameleers <alien@slackware.com>2013-02-03 22:27:39 +0000
commit15a5e8b49c2a273dab599bcfeedd9a8ec88b7520 (patch)
treebfb1d508ef9e2a2f80485b0d36fd9e538a633707
parent087c0910722a2168e87581dd3f70586111655c8a (diff)
downloadasb-15a5e8b49c2a273dab599bcfeedd9a8ec88b7520.tar.gz
asb-15a5e8b49c2a273dab599bcfeedd9a8ec88b7520.tar.xz
Update to 1.6.0
-rwxr-xr-xdropbox-client/build/dropbox-client.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dropbox-client/build/dropbox-client.SlackBuild b/dropbox-client/build/dropbox-client.SlackBuild
index 964dc8bf..05b3da6e 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, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -47,6 +47,8 @@
# "--no-desktop" argument passed by dropbox to the real nautilus.
# 1.4.0-1: 14/oct/2012 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 1.6.0-1: 03/feb/2013 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 .
@@ -58,7 +60,7 @@
PRGNAM=dropbox-client
RPMNAM=nautilus-dropbox
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.6.0}
MINOR=${MINOR:-1}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}