summaryrefslogtreecommitdiffstats
path: root/mirall
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-02-14 20:52:51 +0000
committer Eric Hameleers <alien@slackware.com>2014-02-14 20:52:51 +0000
commit4b0c13acc7f1ce04a9a759a04b39b9866fc93dff (patch)
treeb79fe986bcdba926354900cfb2fed6098ba93656 /mirall
parent71b315863574a6dc6e4e8dc8e799e0da463fd177 (diff)
downloadasb-4b0c13acc7f1ce04a9a759a04b39b9866fc93dff.tar.gz
asb-4b0c13acc7f1ce04a9a759a04b39b9866fc93dff.tar.xz
Update to 1.5.1
Diffstat (limited to 'mirall')
-rwxr-xr-xmirall/build/mirall.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/mirall/build/mirall.SlackBuild b/mirall/build/mirall.SlackBuild
index a9272a15..479aacaf 100755
--- a/mirall/build/mirall.SlackBuild
+++ b/mirall/build/mirall.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * New release, accompanying ocsync-0.70.7.
# 1.4.2-1: 03/dec/2013 by Eric Hameleers <alien@slackware.com>
# * Update, accompanying ocsync-0.90.4.
+# 1.5.1-1: 14/feb/2014 by Eric Hameleers <alien@slackware.com>
+# * Update, accompanying ocsync-0.91.4.
#
# Run 'sh mirall.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=mirall
-VERSION=${VERSION:-1.4.2}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -60,7 +62,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 --- ##