mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 01:11:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "7.1.3",
|
|
"description": "Cross-platform automation and configuration tool/framework, known as Powershell Core, that works well with existing tools and is optimized for dealing with structured data.",
|
|
"homepage": "https://github.com/PowerShell/PowerShell",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.zip",
|
|
"hash": "47475f1d4015704f3fb5f6d2cf61196d121aba60c19592b04be818317ce01039"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.zip",
|
|
"hash": "ecfd51545084d9b791874062c39eb0c7c7dd2991265ee7f4dc5064995a614e6c"
|
|
}
|
|
},
|
|
"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/",
|
|
"regex": "$basename\\s*<ul>\\s*<li>$sha256"
|
|
}
|
|
}
|
|
}
|