diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-11 18:27:46 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:37 +0700 |
commit | 940fb0069626f3ae20fd7241b5f35b7925222302 (patch) | |
tree | 02e66975b76b4cb6bb4bdc9d1377ab4767ca3d4d /system | |
parent | 2083001ff9edc13b5a76cfbd76dcaddf36f9c854 (diff) |
system/ttf-open-sans: Fix github download handling.
https://slackbuilds.org/GITHUB_URLs.txt
This avoids having differently named zip files 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 'system')
-rw-r--r-- | system/ttf-open-sans/ttf-open-sans.SlackBuild | 2 | ||||
-rw-r--r-- | system/ttf-open-sans/ttf-open-sans.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/ttf-open-sans/ttf-open-sans.SlackBuild b/system/ttf-open-sans/ttf-open-sans.SlackBuild index 54200534fbcfd..b3ddb9c5eeca9 100644 --- a/system/ttf-open-sans/ttf-open-sans.SlackBuild +++ b/system/ttf-open-sans/ttf-open-sans.SlackBuild @@ -53,7 +53,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/${SRCVER}.zip +unzip $CWD/${SRCNAM}-${SRCVER}.zip mv ${SRCNAM}-${SRCVER} $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . diff --git a/system/ttf-open-sans/ttf-open-sans.info b/system/ttf-open-sans/ttf-open-sans.info index 0d2ca58636d04..01fec4aaeb24f 100644 --- a/system/ttf-open-sans/ttf-open-sans.info +++ b/system/ttf-open-sans/ttf-open-sans.info @@ -1,7 +1,7 @@ PRGNAM="ttf-open-sans" VERSION="20210927" HOMEPAGE="https://www.opensans.com/" -DOWNLOAD="https://github.com/googlefonts/opensans/archive/27d060e1aad6886daeda67629ee28189f795f534.zip" +DOWNLOAD="https://github.com/googlefonts/opensans/archive/27d060e1aad6886daeda67629ee28189f795f534/opensans-27d060e1aad6886daeda67629ee28189f795f534.zip" MD5SUM="c780a4557a14c7786b147ff111a973aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |