mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.14.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://github.com/profclems/glab",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.14.0/glab_1.14.0_windows_x86_64.zip",
|
|
"hash": "019f967387c92b665515e2074d5890937045098c468182aa6219aef2bd63b6ae"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.14.0/glab_1.14.0_windows_i386.zip",
|
|
"hash": "dc7854f6a3b5e070ab28acabd6fb1cfde0d4b2f5b91f19caf1f7a81ce5321635"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|