ScoopInstaller_Main/bucket/winpython.json
2019-12-28 05:00:21 +00:00

49 lines
1.9 KiB
JSON

{
"version": "3.8.1.0",
"description": "Free, open-source and portable Python distribution for Windows",
"homepage": "https://winpython.github.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.8/3.8.1.0/WinPython64-3.8.1.0Zero.exe#/dl.7z",
"hash": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed",
"extract_dir": "WPy64-3810\\python-3.8.1.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.8/3.8.1.0/WinPython32-3.8.1.0Zero.exe#/dl.7z",
"hash": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed",
"extract_dir": "WPy32-3810\\python-3.8.1"
}
},
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
]
],
"env_add_path": "scripts",
"checkver": {
"github": "https://github.com/winpython/winpython/",
"regex": "-([\\d.]+)\\.exe",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython64-$versionZero.exe#/dl.7z",
"extract_dir": "WPy64-$cleanVersion\\python-$majorVersion.$minorVersion.$patchVersion.amd64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_$majorVersion.$minorVersion/$version/WinPython32-$versionZero.exe#/dl.7z",
"extract_dir": "WPy32-$cleanVersion\\python-$majorVersion.$minorVersion.$patchVersion"
}
},
"hash": {
"url": "https://winpython.github.io/md5_sha1.txt",
"regex": "$sha256\\s+\\|\\s+$basename"
}
}
}