mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
815 B
JSON
25 lines
815 B
JSON
{
|
|
"version": "7.3.3",
|
|
"description": "A fast, compliant alternative implementation of the Python language.",
|
|
"homepage": "https://www.pypy.org",
|
|
"license": "MIT",
|
|
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.3-win32.zip",
|
|
"hash": "b3e660dae8d25d8278fd6a0db77e76a16ac9a8c1dca22e7e103d39ed696dc69e",
|
|
"extract_dir": "pypy2.7-v7.3.3-win32",
|
|
"bin": [
|
|
"pypy.exe",
|
|
"pypyw.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.pypy.org/download.html",
|
|
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win32.zip",
|
|
"hash": {
|
|
"url": "https://www.pypy.org/download.html"
|
|
},
|
|
"extract_dir": "pypy$matchPy-v$version-win32"
|
|
}
|
|
}
|