mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +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.",
|
||||
"homepage": "https://www.pypy.org",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://downloads.python.org/pypy/pypy3.7-v7.3.4-win64.zip",
|
||||
"hash": "0ff4e4653f1ff0653f105680eb101c64c857fa8f828a54a61b02f65c94b5d262",
|
||||
"extract_dir": "pypy3.7-v7.3.4-win64"
|
||||
"url": "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip",
|
||||
"hash": "072bd22427178dc4e65d961f50281bd2f56e11c4e4d9f16311c703f69f46ae24",
|
||||
"extract_dir": "pypy3.7-v7.3.5-win64"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -19,10 +19,14 @@
|
||||
"regex": "pypy(?<py>3[\\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