-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpypy2.json
32 lines (32 loc) · 1021 Bytes
/
pypy2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "7.3.19",
"description": "A fast, compliant alternative implementation of the Python language.",
"homepage": "https://www.pypy.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.19-win64.zip",
"hash": "fbdcd4fe681981c020a25c1a35225209dc3d651f6117ebe9e4d212b66a2b46ec",
"extract_dir": "pypy2.7-v7.3.19-win64"
}
},
"bin": [
"pypy.exe",
"pypyw.exe"
],
"checkver": {
"url": "https://www.pypy.org/download.html",
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
"extract_dir": "pypy$matchPy-v$version-win64"
}
},
"hash": {
"url": "https://www.pypy.org/checksums.html"
}
}
}