mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 15:24:43 +00:00
yq@4.52.4: Add arm64 support (#7676)
This commit is contained in:
parent
9771b902c7
commit
7470b008f4
@ -11,6 +11,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_386.exe#/yq.exe",
|
||||
"hash": "fe333fee39b8da25aebaa28aa6f73e1587352172bd438801fd0b94e3feacaf5f"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_arm64.exe#/yq.exe",
|
||||
"hash": "ca8c95235198204b4e74ea79b416367bc373cda6b591ca38d4a8cbc0ea8b9a6e"
|
||||
}
|
||||
},
|
||||
"bin": "yq.exe",
|
||||
@ -24,6 +28,9 @@
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_386.exe#/yq.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v$version/yq_windows_arm64.exe#/yq.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user