mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "0.23.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.23.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
|
|
"hash": "51e20d9ed5f575ae7b76357397d381b7f657ce181b85ca73e93abfa2de8610b0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.23.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
|
|
"hash": "c3c38033dd6dc13bc5762ea0217e70c71939217db28ae82665b622a6cbbccd48"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|