mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.16.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://github.com/profclems/glab",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.16.0/glab_1.16.0_windows_x86_64.zip",
|
|
"hash": "a962dd44e956ad87902b757a5f5ed3b26f968c3c087c9f7f3208a8682d84bb16"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.16.0/glab_1.16.0_windows_i386.zip",
|
|
"hash": "a8a9529d54fdf1e7d6ffddecb05893a810259e9bdc20054f246d56f0ec524cdd"
|
|
}
|
|
},
|
|
"bin": "bin\\glab.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|