File tree Expand file tree Collapse file tree 2 files changed +49
-1
lines changed
Expand file tree Collapse file tree 2 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/PowerShell/PowerShell" ,
3+ "description" : " PowerShell (LTS), the cross-platform task automation and configuration management framework/tool." ,
4+ "version" : " 7.4.13" ,
5+ "license" : " MIT" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/PowerShell-7.4.13-win-x64.zip" ,
9+ "hash" : " 8fb52d2172d285b230c2857a90ba4dd28ecf6477ba4a91f91b6854a647b33b65"
10+ },
11+ "32bit" : {
12+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/PowerShell-7.4.13-win-x86.zip" ,
13+ "hash" : " 39f2ca251e27c2721282a4b0ec3b18f093ffd57867b2edd53b23033c333fdc34"
14+ },
15+ "arm64" : {
16+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/PowerShell-7.4.13-win-arm64.zip" ,
17+ "hash" : " 1820febe6f9567c8bab21be601dacb902777c1185e1beb81843c3a6f902d6b9d"
18+ }
19+ },
20+ "bin" : " pwsh.exe" ,
21+ "shortcuts" : [
22+ [
23+ " pwsh.exe" ,
24+ " PowerShell"
25+ ]
26+ ],
27+ "checkver" : {
28+ "url" : " https://api.github.com/repos/PowerShell/PowerShell/releases?per_page=10" ,
29+ "regex" : " v(7.4[\\ d.]+)"
30+ },
31+ "autoupdate" : {
32+ "architecture" : {
33+ "64bit" : {
34+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x64.zip"
35+ },
36+ "32bit" : {
37+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x86.zip"
38+ },
39+ "arm64" : {
40+ "url" : " https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-arm64.zip"
41+ }
42+ },
43+ "hash" : {
44+ "url" : " https://github.com/PowerShell/PowerShell/releases/tag/v$version/" ,
45+ "find" : " $basename\\ s*<ul>\\ s*<li>([A-Fa-f\\ d]{64})"
46+ }
47+ }
48+ }
Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/PowerShell/PowerShell" ,
3- "description" : " PowerShell Core , the cross-platform task automation and configuration management framework/tool." ,
3+ "description" : " PowerShell, the cross-platform task automation and configuration management framework/tool." ,
44 "version" : " 7.5.4" ,
55 "license" : " MIT" ,
66 "architecture" : {
You can’t perform that action at this time.
0 commit comments