diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-04 21:16:48 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:48 +0700 |
commit | a3f68eac9ee59c20844d2eda333b53fb8df3bd7f (patch) | |
tree | 4726f8d44ae875dd54b1af8c7b497e13f08005eb /libraries/microsoft-gsl/microsoft-gsl.info | |
parent | 2cfc291fe79b3e88b8fd358fb2faafcf9c78da9a (diff) |
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>
Diffstat (limited to 'libraries/microsoft-gsl/microsoft-gsl.info')
-rw-r--r-- | libraries/microsoft-gsl/microsoft-gsl.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/microsoft-gsl/microsoft-gsl.info b/libraries/microsoft-gsl/microsoft-gsl.info index 75a171c2fe6ee..3b479a0d9bf9d 100644 --- a/libraries/microsoft-gsl/microsoft-gsl.info +++ b/libraries/microsoft-gsl/microsoft-gsl.info @@ -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="" |