ScoopInstaller_Main/bucket/gitlab-runner.json
2019-06-03 12:02:05 +00:00

33 lines
1.4 KiB
JSON

{
"description": "GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab",
"homepage": "https://docs.gitlab.com/runner/",
"license": "MIT",
"version": "11.11.2",
"bin": "gitlab-runner.exe",
"checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/tags?format=atom",
"regex": "/tags/v([\\d.]+)<"
},
"architecture": {
"64bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.11.2/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "8079a89b851100da3f40f332f439269f2961d407e48e18d7a8eebc5cd5a426fa"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.11.2/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "74eecc2292e6f1052066b32eb6a08a7be470e61324f00952a393c7e2a74d8baf"
}
},
"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"
}
}
},
"notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up"
}