ScoopInstaller_Main/bucket/gitlab-release-cli.json
2024-10-21 04:29:44 +00:00

32 lines
1.4 KiB
JSON

{
"version": "0.19.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.19.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
"hash": "8ebcfd7fc424fd6e2751326a92eca1aefeecc8f5f74b2fc903418ed39f6636b6"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.19.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
"hash": "a1211653fe9305c2742464f03812a815548c1b4f7776b823b4b1c442bf426f70"
}
},
"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"
}
}
}
}