ScoopInstaller_Main/gitlab-runner.json
2018-12-06 14:00:30 +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.5.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.5.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "a14633cef5a592d690f3e4c1a2bc076178674831cbbbf040886edabb01604716"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.5.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "879dc0d62b515c156f0b2c784275659366a9db00030bc4c05886175ae20649b9"
}
},
"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"
}