mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.13.1",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://github.com/profclems/glab",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.13.1/glab_1.13.1_windows_x86_64.zip",
|
|
"hash": "eb064b02648f2b87eb042e8446071b910ab9450ec41d4d6e855a7a8c48e708f6"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.13.1/glab_1.13.1_windows_i386.zip",
|
|
"hash": "e53d5175b0be5d54614b8de9ddcdaecfcf79821115432b96167d306a3f453179"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|