mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.48.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://gitlab.com/gitlab-org/cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.48.0/downloads/glab_1.48.0_windows_amd64.zip",
|
|
"hash": "b31e04e165f6e0875d48499dd0138738ad9e30a5e2c1af6f929f984a9b2bc791"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.48.0/downloads/glab_1.48.0_windows_386.zip",
|
|
"hash": "fe92cd884fd793dad41c4f5c5b83895ad670239b6ffdf106916429203aa45a97"
|
|
}
|
|
},
|
|
"bin": "bin\\glab.exe",
|
|
"checkver": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/tags?format=atom",
|
|
"regex": "/tags/v([\\d.]+)<"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|