mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
lab@0.25.1: Add arm64 variant (#5169)
This commit is contained in:
parent
c71159e574
commit
25fcc31183
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_amd64.zip",
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_amd64.zip",
|
||||||
"hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994"
|
"hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_windows_arm64.zip",
|
||||||
|
"hash": "15715fb650e16aee10a0a2849aec4a96f33a4a2808df562aad28b3fc630c85f6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "lab.exe",
|
"bin": "lab.exe",
|
||||||
@ -17,6 +21,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.zip"
|
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user