summaryrefslogtreecommitdiffstats
path: root/system/mount-s3
diff options
context:
space:
mode:
author Andrew Clemons2023-11-11 08:48:08 +0100
committer Willy Sudiarto Raharjo2023-11-18 03:16:08 +0100
commita132e12ca2bf2a68914bdb0c90a4a6f332b26895 (patch)
tree4aae0e40ff36dacbb0f72a933e3504fc2a053512 /system/mount-s3
parent5c17611d6f65bdd1f6e7a1791f9dfdda81d7d069 (diff)
downloadslackbuilds-a132e12ca2bf2a68914bdb0c90a4a6f332b26895.tar.gz
system/mount-s3: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mount-s3')
-rw-r--r--system/mount-s3/mount-s3.SlackBuild2
-rw-r--r--system/mount-s3/mount-s3.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/mount-s3/mount-s3.SlackBuild b/system/mount-s3/mount-s3.SlackBuild
index 6dbf5fb329..1b0f4105ad 100644
--- a/system/mount-s3/mount-s3.SlackBuild
+++ b/system/mount-s3/mount-s3.SlackBuild
@@ -57,7 +57,7 @@ cd $TMP
rm -rf $PRGNAM
mkdir -p $PRGNAM
cd $PRGNAM
-tar xvf $CWD/$PRGNAM.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION-$ARCH.tar.gz
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/system/mount-s3/mount-s3.info b/system/mount-s3/mount-s3.info
index 9fd4c23fa7..6aa7552d81 100644
--- a/system/mount-s3/mount-s3.info
+++ b/system/mount-s3/mount-s3.info
@@ -3,7 +3,7 @@ VERSION="1.0.0"
HOMEPAGE="https://github.com/awslabs/mountpoint-s3/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.tar.gz"
+DOWNLOAD_x86_64="https://s3.amazonaws.com/mountpoint-s3-release/1.0.0/x86_64/mount-s3-1.0.0-x86_64.tar.gz"
MD5SUM_x86_64="2eff593b86776ee27ccc408af2532f11"
REQUIRES="awscli"
MAINTAINER="Willy Sudiarto Raharjo"