2019-05-23 18:00:22 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/PowerShell/PowerShell",
"version": "6.2.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x64.zip",
"hash": "6bcc0f80ca549a8adb317b2ec1294f103c4bf75cc29efa8ac03a27f9a860b1f4"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip",
"hash": "f8a713a2614603267683f463b75ce9a81756107f0c927f198bbdd747acb10ac0"
}
},
"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})"
}
}
}