diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-11-11 16:48:08 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:08 +0700 |
commit | a132e12ca2bf2a68914bdb0c90a4a6f332b26895 (patch) | |
tree | 4aae0e40ff36dacbb0f72a933e3504fc2a053512 /system | |
parent | 5c17611d6f65bdd1f6e7a1791f9dfdda81d7d069 (diff) |
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')
-rw-r--r-- | system/mount-s3/mount-s3.SlackBuild | 2 | ||||
-rw-r--r-- | system/mount-s3/mount-s3.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/mount-s3/mount-s3.SlackBuild b/system/mount-s3/mount-s3.SlackBuild index 6dbf5fb3291cf..1b0f4105ad018 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 9fd4c23fa7dca..6aa7552d81358 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" |