summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-12-08 15:12:53 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-12 07:09:28 +0700
commit867374b795defdf82a15098f2668004f3532f157 (patch)
tree146562b356659b49b9e547594d05db61676bebf0 /network
parent846cbdf9991c02a8736871b1b7d58e0e7561dc72 (diff)
downloadslackbuilds-867374b795defdf82a15098f2668004f3532f157.tar.gz
slackbuilds-867374b795defdf82a15098f2668004f3532f157.tar.xz
network/sshfs-fuse: Updated for version 3.7.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/sshfs-fuse/sshfs-fuse.SlackBuild3
-rw-r--r--network/sshfs-fuse/sshfs-fuse.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild
index 57cb03c150..c473ebeec4 100644
--- a/network/sshfs-fuse/sshfs-fuse.SlackBuild
+++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild
@@ -24,6 +24,7 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
+# 20201208 bkw: update for v3.7.1.
# 20200804 bkw: update for v3.7.0.
# 20200101 bkw:
# - take over maintenance
@@ -31,7 +32,7 @@
PRGNAM=sshfs-fuse
SRCNAM=sshfs
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/sshfs-fuse/sshfs-fuse.info b/network/sshfs-fuse/sshfs-fuse.info
index fd6101a05a..54bb56b52e 100644
--- a/network/sshfs-fuse/sshfs-fuse.info
+++ b/network/sshfs-fuse/sshfs-fuse.info
@@ -1,8 +1,8 @@
PRGNAM="sshfs-fuse"
-VERSION="3.7.0"
+VERSION="3.7.1"
HOMEPAGE="https://github.com/libfuse/sshfs"
-DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.0/sshfs-3.7.0.tar.xz"
-MD5SUM="0a1414bfad323d9f3d7aaccdec671e06"
+DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.1/sshfs-3.7.1.tar.xz"
+MD5SUM="22ac23d05ca7c56fb568627f086374d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson fuse3"