mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
pypy: Move from extras (#365)
This commit is contained in:
parent
cb3bc72f75
commit
77ad6ec9a6
24
bucket/pypy2.json
Normal file
24
bucket/pypy2.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "7.1.1",
|
||||
"homepage": "https://pypy.org",
|
||||
"description": "A fast, compliant alternative implementation of the Python language.",
|
||||
"license": "MIT",
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.1-win32.zip",
|
||||
"hash": "9c59226311f216a181e70ee7b5aa4d9665a15d00f24ae02acec9af7d96355f63",
|
||||
"extract_dir": "pypy2.7-v7.1.1-win32",
|
||||
"bin": [
|
||||
"pypy.exe",
|
||||
"pypyw.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://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"
|
||||
}
|
||||
}
|
||||
}
|
||||
24
bucket/pypy3.json
Normal file
24
bucket/pypy3.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "7.1.1",
|
||||
"homepage": "https://pypy.org",
|
||||
"description": "A fast, compliant alternative implementation of the Python language.",
|
||||
"license": "MIT",
|
||||
"url": "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.1-win32.zip",
|
||||
"hash": "8b513b254de5f31890f5956569de9aec3a0a91d7aba72fc89d66901f4a8ccf49",
|
||||
"extract_dir": "pypy3.6-v7.1.1-win32",
|
||||
"bin": [
|
||||
"pypy3.exe",
|
||||
"pypy3w.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user