ScoopInstaller_Main/bucket/gitlab-release-cli.json
2025-06-02 20:29:26 +00:00

32 lines
1.4 KiB
JSON

{
"version": "0.24.0",
"description": "Interacts with GitLab's Releases API through the command line and through GitLab CI/CD's configuration file, .gitlab-ci.yml",
"homepage": "https://gitlab.com/gitlab-org/release-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.24.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
"hash": "b1f76019b9fe36f1afb8d6413894d11c9d9dc25d88d47a7d3f1ecbe38955590d"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.24.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
"hash": "b8d9930a3573a12ee5cc1998920a1eb2483ebc1a3601cb4ccf6ebee09304f586"
}
},
"bin": "release-cli.exe",
"checkver": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v$version/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v$version/downloads/bin/release-cli-windows-386.exe#/release-cli.exe"
}
}
}
}