ScoopInstaller_Main/gitlab-runner.json
2019-01-15 16:00:31 +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.6.1",
"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.6.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "f509bd938a413ffd71502858537282025c95085f9d3af6dba3088d15006fc3a3"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.6.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "75913ec9fcd5a5699bd327780ed4c57e031a2b580722a997fe4e67fa0d17a828"
}
},
"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"
}