2019-05-21 18:00:25 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/PowerShell/PowerShell",
"version": "6.1.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x64.zip",
"hash": "e86a61ee07845f66337ff277617ca74e35abc07b67d2c7a4bc048369d8f7b807"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x86.zip",
"hash": "915046be600eb01de83335a5586a116ebd45af428973abc02b9285afd9e8e719"
}
},
"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})"
}
}
}