Skip to content

Commit 04f6a44

Browse files
committed
powershell-lts: Add version 7.4.13
Signed-off-by: Chawye Hsu <[email protected]>
1 parent 592e385 commit 04f6a44

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

bucket/powershell-lts.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

bucket/powershell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)