diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2020-09-09 22:12:14 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-09 22:12:14 +0100 |
commit | c6c99dc02a85f2d53091685c7070f76ed7bb18fc (patch) | |
tree | 4ff03e084b7f634e4477bb2430eb124f1b56e450 /system/bindfs | |
parent | 10d1efd797fdbdda877c07a1083da60fb36cc2d4 (diff) | |
download | slackbuilds-c6c99dc02a85f2d53091685c7070f76ed7bb18fc.tar.gz |
system/bindfs: Updated for version 1.14.7.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'system/bindfs')
-rw-r--r-- | system/bindfs/README | 6 | ||||
-rw-r--r-- | system/bindfs/bindfs.SlackBuild | 4 | ||||
-rw-r--r-- | system/bindfs/bindfs.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/system/bindfs/README b/system/bindfs/README index bb05846c4c..42d162bd3e 100644 --- a/system/bindfs/README +++ b/system/bindfs/README @@ -1,3 +1,3 @@ -bindfs is a FUSE filesystem for mounting a directory to another location, -similarly to mount --bind. The permissions inside the mountpoint can be -altered using various rules. +bindfs is a FUSE filesystem for mounting a directory to another +location, similarly to mount --bind. The permissions inside the +mountpoint can be altered using various rules. diff --git a/system/bindfs/bindfs.SlackBuild b/system/bindfs/bindfs.SlackBuild index 9e4b1a24ed..390476cdfd 100644 --- a/system/bindfs/bindfs.SlackBuild +++ b/system/bindfs/bindfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bindfs -# Copyright 2013-2019 Kent Fritz Mountain View, CA, USA +# Copyright 2013-2020 Kent Fritz Mountain View, CA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bindfs -VERSION=${VERSION:-1.13.10} +VERSION=${VERSION:-1.14.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/bindfs/bindfs.info b/system/bindfs/bindfs.info index 6da2fe7080..e37c36f5ad 100644 --- a/system/bindfs/bindfs.info +++ b/system/bindfs/bindfs.info @@ -1,8 +1,8 @@ PRGNAM="bindfs" -VERSION="1.13.10" +VERSION="1.14.7" HOMEPAGE="https://bindfs.org" -DOWNLOAD="https://bindfs.org/downloads/bindfs-1.13.10.tar.gz" -MD5SUM="2a9e47a97d0e54f2fa6c24751993fc58" +DOWNLOAD="https://bindfs.org/downloads/bindfs-1.14.7.tar.gz" +MD5SUM="047ca696707077c05d2d995fbd9aec7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |