ScoopInstaller_Main/winpython.json
2019-03-09 10:00:28 +00:00

53 lines
1.8 KiB
JSON

{
"description": "Free, open-source and portable Python distribution for Windows",
"version": "3.6.8.0",
"license": "MIT",
"homepage": "https://winpython.github.io/",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.8.0/WinPython64-3.6.8.0Zero.exe",
"hash": "acfc2933071b3514de206485770512957f3119630585225571215ea5c0ba53b1"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.8.0/WinPython32-3.6.8.0Zero.exe",
"hash": "c20024700be85f01f8607f10e40cb696a330039f2564c831ace43442506530cf"
}
},
"innosetup": true,
"installer": {
"script": [
"Get-ChildItem \"$dir\" -Exclude 'python-*' | Remove-Item -Force -Recurse",
"Move-Item \"$dir\\python-*\\*\" \"$dir\" -Force",
"Remove-Item \"$dir\\python-*\""
]
},
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
]
],
"env_add_path": "scripts",
"checkver": {
"github": "https://github.com/winpython/winpython/",
"regex": "-([\\d.]+)Zero\\.exe",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"find": "([a-fA-F\\d]{64})\\s\\|\\s$basename"
}
}
}