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.32.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://gitlab.com/gitlab-org/cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.32.0/downloads/glab_1.32.0_Windows_x86_64.zip",
|
|
"hash": "01a93814e7a0f0dd0b7466edb9baba057eb0656f3559258c2fc6a38b86938552"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.32.0/downloads/glab_1.32.0_Windows_i386.zip",
|
|
"hash": "46ee446da3e40458411fccbfc2eddb12cd0d763ce0d94bfca1c4974d78aae87d"
|
|
}
|
|
},
|
|
"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_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v$version/downloads/glab_$version_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|