mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.30.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://gitlab.com/gitlab-org/cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.30.0/downloads/glab_1.30.0_Windows_x86_64.zip",
|
|
"hash": "c305bc83a3afa4d603b65439048e23050068fd49ce4f003c4723e1c94e6719df"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.30.0/downloads/glab_1.30.0_Windows_i386.zip",
|
|
"hash": "8a2f44e8738fc3b89192673c72eb29445eb50229ed3d58cbfe082d99a14697d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|