mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
pwsh: Add arm64 version (#4091)
This allows installing native arm64 binaries on arm64 systems.
This commit is contained in:
parent
4ee1c91e6a
commit
1c60664608
@ -18,6 +18,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-x86.zip",
|
||||
"hash": "c82c042e05ba7fc66dd84d43fa46b33131acfc7028b8af724ac149171d2d24b5"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-arm64.zip",
|
||||
"hash": "626aed993f6f7906920a0fed1645ee988a86af9700607a04ed219122dd7f4851"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
@ -57,6 +61,9 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x86.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user