summaryrefslogtreecommitdiffstats
path: root/ocsync
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-02-14 20:49:43 +0000
committer Eric Hameleers <alien@slackware.com>2014-02-14 20:49:43 +0000
commit71b315863574a6dc6e4e8dc8e799e0da463fd177 (patch)
tree0bacb6f451a3731cdb3beb5d6b17eeb2ee917bd8 /ocsync
parent13058d3c9d81fe3d63352b46921cbcc00a7cc2ca (diff)
downloadasb-71b315863574a6dc6e4e8dc8e799e0da463fd177.tar.gz
asb-71b315863574a6dc6e4e8dc8e799e0da463fd177.tar.xz
Update to 0.19.4 for mirall 1.5.1
Diffstat (limited to 'ocsync')
-rwxr-xr-xocsync/build/ocsync.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/ocsync/build/ocsync.SlackBuild b/ocsync/build/ocsync.SlackBuild
index c30071d7..acf8a752 100755
--- a/ocsync/build/ocsync.SlackBuild
+++ b/ocsync/build/ocsync.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012, 2013 Eric Hameleers, Eindhoven, Netherlands
+# Copyright 2012, 2013, 2014 Eric Hameleers, Eindhoven, Netherlands
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -40,6 +40,8 @@
# * Update for mirall-1.4.2 (owncloud sync client).
# dependency on log4c was dropped (in 0.70.2 already,
# but I never noticed)
+# 0.91.4-1: 14/feb/2014 by Eric Hameleers <alien@slackware.com>
+# * Update for mirall-1.5.1 (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 .
@@ -48,7 +50,7 @@
# -----------------------------------------------------------------------------
PRGNAM=ocsync
-VERSION=${VERSION:-0.90.4}
+VERSION=${VERSION:-0.91.4}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -64,7 +66,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.bz2"
-SRCURL="http://download.owncloud.com/download/${PRGNAM}-${VERSION}.tar.bz2"
+SRCURL="http://download.owncloud.com/desktop/stable/${PRGNAM}-${VERSION}.tar.bz2"
##
## --- with a little luck, you won't have to edit below this point --- ##