mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.22.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.22.0/lab_0.22.0_windows_amd64.tar.gz",
|
|
"hash": "b0c50c4b47fa20a750ab46981e7c77643c70f301db0e45ff093342281852560a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.22.0/lab_0.22.0_windows_386.tar.gz",
|
|
"hash": "8c3df5300477054b47b206076abbaed6d286e1acb3ad1567d35811e48cb90260"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|