Download sources without using git

This commit is contained in:
Kovid Goyal 2019-05-31 10:32:52 +05:30
parent c415bb9f08
commit 2aa8acff15
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,9 +23,9 @@
"name": "easylzma", "name": "easylzma",
"os": "windows", "os": "windows",
"windows": { "windows": {
"filename": "easylzma-1753f61f673abdebc08fcf4a37eedd6da8a67ba1.tar.bz2", "filename": "easylzma-1753f61f673abdebc08fcf4a37eedd6da8a67ba1.tar.gz",
"hash": "git:1753f61f673abdebc08fcf4a37eedd6da8a67ba1", "hash": "sha256:7664240898fe09bce8b39cd428407dd24ac3b87200e6b40d4007c78f2c725254",
"urls": ["https://github.com/lloyd/easylzma.git"] "urls": ["github:lloyd/easylzma"]
} }
}, },
@ -123,9 +123,9 @@
"urls": ["https://www.python.org/ftp/python/2.7.16/{filename}"] "urls": ["https://www.python.org/ftp/python/2.7.16/{filename}"]
}, },
"windows": { "windows": {
"filename":"python-1948b35e654e0b69ac93e31e3c3405172a6a1b91.tar.bz2", "filename":"python-1948b35e654e0b69ac93e31e3c3405172a6a1b91.tar.gz",
"hash":"git:1948b35e654e0b69ac93e31e3c3405172a6a1b91", "hash":"sha1:1948b35e654e0b69ac93e31e3c3405172a6a1b91",
"urls":["https://github.com/kovidgoyal/cpython.git"] "urls":["github:kovidgoyal/cpython"]
} }
}, },
@ -134,9 +134,9 @@
"os": "windows", "os": "windows",
"python": 2, "python": 2,
"windows": { "windows": {
"filename":"pywin32-dd5760063f88a300403c74f3e81f3437b8396d8f.tar.bz2", "filename":"pywin32-dd5760063f88a300403c74f3e81f3437b8396d8f.tar.gz",
"hash":"git:dd5760063f88a300403c74f3e81f3437b8396d8f", "hash":"sha1:dd5760063f88a300403c74f3e81f3437b8396d8f",
"urls":["https://github.com/kovidgoyal/pywin32.git"] "urls":["github:kovidgoyal/pywin32"]
} }
}, },
@ -370,9 +370,9 @@
{ {
"name": "webkit", "name": "webkit",
"unix": { "unix": {
"filename":"qtwebkit-95401fe3908e0b4eebc9447e678298d768617bc7.tar.xz", "filename":"qtwebkit-95401fe3908e0b4eebc9447e678298d768617bc7.tar.gz",
"hash":"git:95401fe3908e0b4eebc9447e678298d768617bc7", "hash":"sha256:4794e03c4c477d6e563fb999838fa982f2fb25e0478e4b1db49ef17b6a742609",
"urls":["https://github.com/kovidgoyal/webkit.git"] "urls":["github:kovidgoyal/webkit"]
} }
}, },