diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-03-13 06:49:10 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:12 +0700 |
commit | 284953100de3bd2b26a192295fa8157b36c65f3e (patch) | |
tree | 49223456acb389a84a3b06cc363b52fecc614a7d /python/jdatetime/jdatetime.info | |
parent | a3823751b322c3bc76a52309e381877385a754d4 (diff) |
python/jdatetime: 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 'python/jdatetime/jdatetime.info')
-rw-r--r-- | python/jdatetime/jdatetime.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/jdatetime/jdatetime.info b/python/jdatetime/jdatetime.info index 33cfbd108433..9edc824c1572 100644 --- a/python/jdatetime/jdatetime.info +++ b/python/jdatetime/jdatetime.info @@ -1,7 +1,7 @@ PRGNAM="jdatetime" VERSION="4.1.0" HOMEPAGE="https://github.com/slashmili/python-jalali" -DOWNLOAD="https://github.com/slashmili/python-jalali/archive/v4.1.0/jdatetime-v4.1.0.tar.gz" +DOWNLOAD="https://github.com/slashmili/python-jalali/archive/v4.1.0/python-jalali-4.1.0.tar.gz" MD5SUM="a05a8801e2d4bdca577def8d3bec0d85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |