diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-23 18:10:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-25 11:50:51 +0700 |
commit | 81f62d19fa322429aeb96d86d9fbc7c220b0a6ad (patch) | |
tree | 8eb7efeeec134c547a439f8b33d5fe81c0ebe5e9 /system/s3fs-fuse | |
parent | 71477f745f1f62f777d139ebeee970b6e08b7841 (diff) |
system/s3fs-fuse: Updated for version 1.92.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s3fs-fuse')
-rw-r--r-- | system/s3fs-fuse/s3fs-fuse.SlackBuild | 7 | ||||
-rw-r--r-- | system/s3fs-fuse/s3fs-fuse.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/s3fs-fuse/s3fs-fuse.SlackBuild b/system/s3fs-fuse/s3fs-fuse.SlackBuild index 567ad1dfc669b..852bc2322e083 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-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2020-2023 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.91} +VERSION=${VERSION:-1.92} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/s3fs-fuse/s3fs-fuse.info b/system/s3fs-fuse/s3fs-fuse.info index e8f2f31691a37..955fe1e19f374 100644 --- a/system/s3fs-fuse/s3fs-fuse.info +++ b/system/s3fs-fuse/s3fs-fuse.info @@ -1,8 +1,8 @@ PRGNAM="s3fs-fuse" -VERSION="1.91" +VERSION="1.92" HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse" -DOWNLOAD="https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.91/s3fs-fuse-1.91.tar.gz" -MD5SUM="09cccbe6ea9416284dae1b78e8fe0598" +DOWNLOAD="https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.92/s3fs-fuse-1.92.tar.gz" +MD5SUM="66413cd3eef48882b1b90d869b1bfed6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="awscli" |