mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
pypy2: Update to version 7.3.5
This commit is contained in:
parent
46d3529c2f
commit
d0affc04ab
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "7.3.4",
|
||||
"version": "7.3.5",
|
||||
"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.4-win64.zip",
|
||||
"hash": "1080012d7a3cea65182528259b51d52b1f61a3717377c2d9ba11ef36e06162d5",
|
||||
"extract_dir": "pypy2.7-v7.3.4-win64"
|
||||
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.5-win64.zip",
|
||||
"hash": "0b90eded11ba89a526c4288f17fff7e75000914ac071bd6d67912748ae89d761",
|
||||
"extract_dir": "pypy2.7-v7.3.5-win64"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -19,10 +19,14 @@
|
||||
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
|
||||
"hash": {
|
||||
"url": "https://www.pypy.org/download.html"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
|
||||
"extract_dir": "pypy$matchPy-v$version-win64"
|
||||
}
|
||||
},
|
||||
"extract_dir": "pypy$matchPy-v$version-win64"
|
||||
"hash": {
|
||||
"url": "https://www.pypy.org/checksums.html"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user