mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
pypy: Fix checkver (#1060)
This commit is contained in:
parent
0f0ab1b814
commit
c43fb2699c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "7.3.1",
|
||||
"homepage": "https://pypy.org",
|
||||
"description": "A fast, compliant alternative implementation of the Python language.",
|
||||
"homepage": "https://www.pypy.org",
|
||||
"license": "MIT",
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-win32.zip",
|
||||
"hash": "e3c0dfb385d9825dd7723f26576d55d43ed92f1178f2399ab39e9fa11621a47b",
|
||||
@ -11,14 +11,14 @@
|
||||
"pypyw.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://pypy.org/download.html",
|
||||
"url": "https://www.pypy.org/download.html",
|
||||
"regex": "PyPy(?<py>2[\\d.]+) v([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",
|
||||
"extract_dir": "pypy$matchPy-v$version-win32",
|
||||
"hash": {
|
||||
"url": "https://pypy.org/download.html"
|
||||
"url": "https://www.pypy.org/download.html"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "7.3.1",
|
||||
"homepage": "https://pypy.org",
|
||||
"description": "A fast, compliant alternative implementation of the Python language.",
|
||||
"homepage": "https://www.pypy.org",
|
||||
"license": "MIT",
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.3.1-win32.zip",
|
||||
"hash": "752fbe8c4abee6468e5ce22af82818f821daded36faa65f3d69423f9c217007a",
|
||||
@ -11,14 +11,14 @@
|
||||
"pypy3w.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://pypy.org/download.html",
|
||||
"url": "https://www.pypy.org/download.html",
|
||||
"regex": "PyPy(?<py>3[\\d.]+) v([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy$matchPy-v$version-win32.zip",
|
||||
"extract_dir": "pypy$matchPy-v$version-win32",
|
||||
"hash": {
|
||||
"url": "https://pypy.org/download.html"
|
||||
"url": "https://www.pypy.org/download.html"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user