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.",
|
"description": "A fast, compliant alternative implementation of the Python language.",
|
||||||
"homepage": "https://www.pypy.org",
|
"homepage": "https://www.pypy.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.4-win64.zip",
|
"url": "https://downloads.python.org/pypy/pypy2.7-v7.3.5-win64.zip",
|
||||||
"hash": "1080012d7a3cea65182528259b51d52b1f61a3717377c2d9ba11ef36e06162d5",
|
"hash": "0b90eded11ba89a526c4288f17fff7e75000914ac071bd6d67912748ae89d761",
|
||||||
"extract_dir": "pypy2.7-v7.3.4-win64"
|
"extract_dir": "pypy2.7-v7.3.5-win64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -19,10 +19,14 @@
|
|||||||
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
|
"regex": "pypy(?<py>2[\\d.]+)-v([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
|
"architecture": {
|
||||||
"hash": {
|
"64bit": {
|
||||||
"url": "https://www.pypy.org/download.html"
|
"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