mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 14:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.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.19.0/lab_0.19.0_windows_amd64.tar.gz",
|
|
"hash": "d0b812e8272cc7b36a82cd9c431af15d552ed3abd2a252921283b3296927109d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.19.0/lab_0.19.0_windows_386.tar.gz",
|
|
"hash": "25b9c481f35997f5db3d895560d54f3b901c78d105b0ea4e7068e86ec41c243c"
|
|
}
|
|
},
|
|
"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.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lab_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|