mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 03:25:17 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.25.0",
|
|
"description": "An extension to command-line git that helps with everyday GitLab tasks.",
|
|
"homepage": "https://zaquestion.github.io/lab",
|
|
"license": "CC0-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.0/lab_0.25.0_windows_amd64.zip",
|
|
"hash": "9d8df5317c9e65b4282929db72a4765eaa2ca3552704e23de26d5e51b45aff27"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.25.0/lab_0.25.0_windows_arm64.zip",
|
|
"hash": "59622ea19c9558ace01f3f9853810c61eb2e16156f11280f3a05da3a791a029b"
|
|
}
|
|
},
|
|
"bin": "lab.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/zaquestion/lab"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"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": {
|
|
"url": "$baseurl/lab_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|