summaryrefslogtreecommitdiffstats
path: root/sshfs-fuse
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-07 11:44:30 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-07 11:44:30 +0000
commita89c00e5a531eab0cf3925733a654c7a6a99ce91 (patch)
treec6b373471eac1674658bca5992a80d5bab1443f2 /sshfs-fuse
parent5fb0f68a867797c6f19a3d545d7264c60eb9e5ca (diff)
downloadasb-a89c00e5a531eab0cf3925733a654c7a6a99ce91.tar.gz
asb-a89c00e5a531eab0cf3925733a654c7a6a99ce91.tar.xz
Some things forgotten
Diffstat (limited to 'sshfs-fuse')
-rwxr-xr-xsshfs-fuse/build/sshfs-fuse.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sshfs-fuse/build/sshfs-fuse.SlackBuild b/sshfs-fuse/build/sshfs-fuse.SlackBuild
index 33cd3b5c..9cc38442 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, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2005, 2007, 2008, 2011, 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -46,6 +46,8 @@
# * Update.
# 2.4-1: 24/feb/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.5-1: 07/mar/2014 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 .
@@ -54,7 +56,7 @@
# -----------------------------------------------------------------------------
PRGNAM=sshfs-fuse
-VERSION=${VERSION:-2.4}
+VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}