libraries/microsoft-gsl: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs based on whether the
client respects content disposition headers or not.

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-07-04 21:16:48 +09:00 committed by Willy Sudiarto Raharjo
parent 2cfc291fe7
commit a3f68eac9e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
rm -rf GSL-$VERSION
tar xvf $CWD/GSL-$VERSION.tar.gz
cd GSL-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="microsoft-gsl"
VERSION="4.0.0"
HOMEPAGE="https://github.com/microsoft/GSL"
DOWNLOAD="https://github.com/microsoft/GSL/archive/v4.0.0/microsoft-gsl-4.0.0.tar.gz"
DOWNLOAD="https://github.com/microsoft/GSL/archive/v4.0.0/GSL-4.0.0.tar.gz"
MD5SUM="4b1a5f39c5f489d2bdf3bd352548907d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""