ScoopInstaller_Main/bucket/gitlab-release-cli.json
2024-12-04 00:39:26 +00:00

32 lines
1.4 KiB
JSON

{
"version": "0.20.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.20.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
"hash": "bed20ed9df3e868675b3424fa13c8a66813aec6276034db35aa4205887896e90"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.20.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
"hash": "b3864796d53cf79f832dcf319ee9d7d91ecdcc68ffd45516bfcefb6b4a4173fb"
}
},
"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"
}
}
}
}