summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-04-25 09:35:18 +0000
committer Eric Hameleers <alien@slackware.com>2013-04-25 09:35:18 +0000
commite192944aa23cbe0e9f53bba2ede9b5a635b11ef0 (patch)
treec3ca82cb2d4296d5f54f96c9dc7136bee1703f00
parent0689fc5f71ab0b4347279a7031939f96d7749feb (diff)
downloadasb-e192944aa23cbe0e9f53bba2ede9b5a635b11ef0.tar.gz
asb-e192944aa23cbe0e9f53bba2ede9b5a635b11ef0.tar.xz
Updated to 0.70.7
-rwxr-xr-xocsync/build/ocsync.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/ocsync/build/ocsync.SlackBuild b/ocsync/build/ocsync.SlackBuild
index 5ef77b64..1d541e90 100755
--- a/ocsync/build/ocsync.SlackBuild
+++ b/ocsync/build/ocsync.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012 Eric Hameleers, Eindhoven, Netherlands
+# Copyright 2012, 2013 Eric Hameleers, Eindhoven, Netherlands
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 0.60.0-1: 13/Oct/2012 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.70.7-1: 25/apr/2013 by Eric Hameleers <alien@slackware.com>
+# * Initial build.
#
# Run 'sh ocsync.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=ocsync
-VERSION=${VERSION:-0.60.0}
+VERSION=${VERSION:-0.70.7}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}