summaryrefslogtreecommitdiffstats
path: root/copy-client
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-03-07 17:32:55 +0000
committer Eric Hameleers <alien@slackware.com>2015-03-07 17:32:55 +0000
commitc6e58b93a710c07e9fac537bbfa4ed66d53bdf13 (patch)
treea71551b3651f2850a313f9d96ed8e0ada2de1c49 /copy-client
parent39d23e4da3f5887cf6633228271776b0042514de (diff)
downloadasb-c6e58b93a710c07e9fac537bbfa4ed66d53bdf13.tar.gz
asb-c6e58b93a710c07e9fac537bbfa4ed66d53bdf13.tar.xz
Update to 1.48.0456
Diffstat (limited to 'copy-client')
-rwxr-xr-xcopy-client/build/copy-client.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/copy-client/build/copy-client.SlackBuild b/copy-client/build/copy-client.SlackBuild
index d7a0ec00..add7ba54 100755
--- a/copy-client/build/copy-client.SlackBuild
+++ b/copy-client/build/copy-client.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2014 Eric Hameleers, Eindhoven, NL
+# Copyright 2014, 2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -33,6 +33,8 @@
# Changelog:
# 1.42.0277-1: 10/mar/2014 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.48.0456-1: 10/mar/2014 by Eric Hameleers <alien@slackware.com>
+# * Update. The old version no longer worked.
#
# Run 'sh copy-client.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 @@
PRGNAM=copy-client
SRCNAM=copy_agent
-VERSION=${VERSION:-1.42.0277}
+VERSION=${VERSION:-1.48.0456}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}