mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
pnpm@10.18.0: Add arm64 support (#7221)
This commit is contained in:
parent
21eb5b4722
commit
2e970c955f
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/pnpm/pnpm/releases/download/v10.18.0/pnpm-win-x64.exe#/pnpm.exe",
|
"url": "https://github.com/pnpm/pnpm/releases/download/v10.18.0/pnpm-win-x64.exe#/pnpm.exe",
|
||||||
"hash": "e2efc41c02da69eaf5e871df7152d115418736c155e4bd2d4ec5e5365b042ede"
|
"hash": "e2efc41c02da69eaf5e871df7152d115418736c155e4bd2d4ec5e5365b042ede"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/pnpm/pnpm/releases/download/v10.18.0/pnpm-win-arm64.exe#/pnpm.exe",
|
||||||
|
"hash": "750f6d2bbe7a9753394d949b83f70489860fbc6d8c91c76327a21cf7d4a4d453"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -38,6 +42,13 @@
|
|||||||
"regex": "([\\d.]+)"
|
"regex": "([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/pnpm/pnpm/releases/download/v$version/pnpm-win-x64.exe#/pnpm.exe"
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/pnpm/pnpm/releases/download/v$version/pnpm-win-x64.exe#/pnpm.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/pnpm/pnpm/releases/download/v$version/pnpm-win-arm64.exe#/pnpm.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user