2021-08-10 03:00:34 +00:00

32 lines
1.1 KiB
JSON

{
"version": "1.19.0",
"description": "GitLab CLI",
"homepage": "https://github.com/profclems/glab",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://github.com/profclems/glab/releases/download/v1.19.0/glab_1.19.0_windows_x86_64.zip",
"hash": "c1babc2a5101169524a8dffa984533d1a27503328936d46e3d03256fa393a076"
},
"32bit": {
"url": "http://github.com/profclems/glab/releases/download/v1.19.0/glab_1.19.0_windows_i386.zip",
"hash": "709204999d862e6cfdba92eaf5396e9e337ddbd23ea0f36ede63be7337fb881d"
}
},
"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"
}
}
}