mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.23.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://gitlab.com/gitlab-org/cli",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.23.0/downloads/glab_1.23.0_Windows_x86_64.zip",
|
|
"hash": "6d7413f31e6f787bcb0ec4fcdba6143d8fdf1a17669225ff38cacbd00f1a6dde"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/cli/-/releases/v1.23.0/downloads/glab_1.23.0_Windows_i386.zip",
|
|
"hash": "87cced7408ed7bb7419e789c81432a312ec66b27c59b154bca46b9d747af7090"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|