summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-02-29 16:15:26 +0100
committer Willy Sudiarto Raharjo2024-03-01 04:36:11 +0100
commitb3e0e5810cc29e82e4aae74da755299257be955c (patch)
tree2580fb71a00ee4f28470676d66ed1afffca721cb /system
parenta40e8a419e52b677b5f328f1858e12d82d6dca41 (diff)
downloadslackbuilds-b3e0e5810cc29e82e4aae74da755299257be955c.tar.gz
system/s3fs-fuse: Updated for version 1.94.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/s3fs-fuse/s3fs-fuse.SlackBuild4
-rw-r--r--system/s3fs-fuse/s3fs-fuse.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/s3fs-fuse/s3fs-fuse.SlackBuild b/system/s3fs-fuse/s3fs-fuse.SlackBuild
index af3c43ee0a..b459b03228 100644
--- a/system/s3fs-fuse/s3fs-fuse.SlackBuild
+++ b/system/s3fs-fuse/s3fs-fuse.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for s3fs-fuse
-# Copyright 2020-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2020-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=s3fs-fuse
-VERSION=${VERSION:-1.93}
+VERSION=${VERSION:-1.94}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/s3fs-fuse/s3fs-fuse.info b/system/s3fs-fuse/s3fs-fuse.info
index 1885527942..54aba2fe4d 100644
--- a/system/s3fs-fuse/s3fs-fuse.info
+++ b/system/s3fs-fuse/s3fs-fuse.info
@@ -1,8 +1,8 @@
PRGNAM="s3fs-fuse"
-VERSION="1.93"
+VERSION="1.94"
HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse"
-DOWNLOAD="https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.93/s3fs-fuse-1.93.tar.gz"
-MD5SUM="6643bcc4e2e84d9513afedba4b895741"
+DOWNLOAD="https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.94/s3fs-fuse-1.94.tar.gz"
+MD5SUM="a2f8a678874c3c5553f2bea064fbdff7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="awscli"