ScoopInstaller_Main/bucket/gitlab-runner.json
2021-06-24 05:00:22 +00:00

36 lines
1.5 KiB
JSON

{
"version": "14.0.1",
"description": "Run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "03bb4e84beed922ee2d080ed0b7cb329222f894c1a7dc7c98ac4026dd21482b3"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.0.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "607908610f0f61d9726501464e09586fbaaf4a31eb9840ac8dfdd548a741489c"
}
},
"bin": "gitlab-runner.exe",
"checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe"
}
},
"hash": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256"
}
}
}