mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Updated to latest version as Excavator was stuck: https://github.com/ScoopInstaller/Main/runs/7186500542?check_suite_focus=true#step:3:263 Removed 32bit as now only released in 64bit (since 0.25.0) Release now as .zip not .tar.gz
27 lines
861 B
JSON
27 lines
861 B
JSON
{
|
|
"version": "0.25.1",
|
|
"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.1/lab_0.25.1_windows_amd64.zip",
|
|
"hash": "75daf8d98678c5544b20a1a544ae77506d2f5bd011e7094f251d69bdf3262994"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lab_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|