summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-12-03 12:45:22 +0000
committer Eric Hameleers <alien@slackware.com>2013-12-03 12:45:22 +0000
commitf6768a0aea404fa2ae1596a9ed7c51d37c47da8d (patch)
tree83c7de3c3888719e8dde0b891ce5d8ac5b025b49
parent64817268a63b61d43561e0a8b32b6ac7e6ed23ad (diff)
downloadasb-f6768a0aea404fa2ae1596a9ed7c51d37c47da8d.tar.gz
asb-f6768a0aea404fa2ae1596a9ed7c51d37c47da8d.tar.xz
Update to 0.90.4
-rwxr-xr-xocsync/build/ocsync.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/ocsync/build/ocsync.SlackBuild b/ocsync/build/ocsync.SlackBuild
index 774fb839..9c089bd3 100755
--- a/ocsync/build/ocsync.SlackBuild
+++ b/ocsync/build/ocsync.SlackBuild
@@ -36,6 +36,8 @@
# * Update.
# 0.80.0-1: 29/jun/2013 by Eric Hameleers <alien@slackware.com>
# * Update for mirall-1.3.0 (owncloud sync client).
+# 0.90.4-1: 03/dec/2013 by Eric Hameleers <alien@slackware.com>
+# * Update for mirall-1.4.2 (owncloud sync client).
#
# Run 'sh ocsync.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ocsync
-VERSION=${VERSION:-0.80.0}
+VERSION=${VERSION:-0.90.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}