system/mount-s3: Fix DOWNLOAD.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-11-11 16:48:08 +09:00 committed by Willy Sudiarto Raharjo
parent 5c17611d6f
commit a132e12ca2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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"