mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
pypy3: Update to version 7.3.5
This commit is contained in:
parent
d0affc04ab
commit
dcb3e3630b
@ -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/pypy3.7-v7.3.4-win64.zip",
|
"url": "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip",
|
||||||
"hash": "0ff4e4653f1ff0653f105680eb101c64c857fa8f828a54a61b02f65c94b5d262",
|
"hash": "072bd22427178dc4e65d961f50281bd2f56e11c4e4d9f16311c703f69f46ae24",
|
||||||
"extract_dir": "pypy3.7-v7.3.4-win64"
|
"extract_dir": "pypy3.7-v7.3.5-win64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -19,10 +19,14 @@
|
|||||||
"regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
|
"regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
|
"url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
|
||||||
"hash": {
|
|
||||||
"url": "https://www.pypy.org/download.html"
|
|
||||||
},
|
|
||||||
"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