summaryrefslogtreecommitdiffstats
path: root/sshfs-fuse
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-11 09:30:23 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-11 09:30:23 +0000
commit039ad6298c33e791148e300303a51503d0d00e43 (patch)
tree099601666b13b7ffec9f9768e9acdfbc9c17bd53 /sshfs-fuse
parent9cff252451104b791eb85360e099462bf883c5e3 (diff)
downloadasb-039ad6298c33e791148e300303a51503d0d00e43.tar.gz
asb-039ad6298c33e791148e300303a51503d0d00e43.tar.xz
Update to 2.3
Diffstat (limited to 'sshfs-fuse')
-rwxr-xr-xsshfs-fuse/build/sshfs-fuse.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sshfs-fuse/build/sshfs-fuse.SlackBuild b/sshfs-fuse/build/sshfs-fuse.SlackBuild
index 89a6f774..8a16bb21 100755
--- a/sshfs-fuse/build/sshfs-fuse.SlackBuild
+++ b/sshfs-fuse/build/sshfs-fuse.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2005,2007,2008,2011 Eric Hameleers, Eindhoven, NL
+# Copyright 2005, 2007, 2008, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -42,6 +42,8 @@
# * Update.
# 2.2-2: 27/Apr/2011 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Slackware 13.1.
+# 2.3-1: 11/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh sshfs-fuse.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -52,8 +54,8 @@
# Set initial variables:
PRGNAM=sshfs-fuse
-VERSION=${VERSION:-2.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}