mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.17.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://github.com/profclems/glab",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.17.0/glab_1.17.0_windows_x86_64.zip",
|
|
"hash": "143bd3032a7f60e429c58f5271f349f18a719af928ae5639f6149ddb502ad48a"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.17.0/glab_1.17.0_windows_i386.zip",
|
|
"hash": "4d68587fbe63e15bb4364a7d2798b2999e96b15f5280d01ae21eca28b7440fa5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|