summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-04-25 09:30:31 +0000
committer Eric Hameleers <alien@slackware.com>2013-04-25 09:30:31 +0000
commit0689fc5f71ab0b4347279a7031939f96d7749feb (patch)
treef48d315fae2bf62f889ca16d2534a477aa62de70
parent732da23f3656ccb0163df7945b11cd7380d94357 (diff)
downloadasb-0689fc5f71ab0b4347279a7031939f96d7749feb.tar.gz
asb-0689fc5f71ab0b4347279a7031939f96d7749feb.tar.xz
Update to 1.2.5
-rwxr-xr-xmirall/build/mirall.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/mirall/build/mirall.SlackBuild b/mirall/build/mirall.SlackBuild
index ce3d504e..fcf1c88d 100755
--- a/mirall/build/mirall.SlackBuild
+++ b/mirall/build/mirall.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.1.0-1: 13/Oct/2012 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.2.5-1: 25/apr/2013 by Eric Hameleers <alien@slackware.com>
+# * New release, accompanying ocsync-0.70.7.
#
# Run 'sh mirall.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -39,10 +41,8 @@
#
# -----------------------------------------------------------------------------
-# Set initial variables:
-
PRGNAM=mirall
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}