h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/PowerShell/PowerShell",
"version": "6.2.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x64.zip",
"hash": "c02af438d3bc8dc61815110c99189a694ed161e64c64a59b49ab01d945dfc73a"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x86.zip",
"hash": "dae9d3d2ad332a82312d2dafa398287670fb5cbb94128c80d422e1f3679f8eb2"
}
},
"bin": "pwsh.exe",
"shortcuts": [
[
"pwsh.exe",
"PowerShell Core"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x64.zip"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x86.zip"
}
},
"hash": {
"url": "https://github.com/PowerShell/PowerShell/releases/tag/v$version/",
"find": "$basename\\s*<ul>\\s*<li>([A-Fa-f\\d]{64})"
}
}
}