ScoopInstaller_Main/bucket/gitlab-release-cli.json
2024-04-29 08:28:09 +00:00

32 lines
1.4 KiB
JSON

{
"version": "0.18.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.18.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
"hash": "54bfee8a21ba7325dab08d0e1abc5cee3e85a7b7c467262dd893eb6950a73ea6"
},
"32bit": {
"url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.18.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
"hash": "bce4808fdbf2d4b1e6ecef9e14850591d10152484d30ceff87847adc68cf79ed"
}
},
"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"
}
}
}
}