ScoopInstaller_Main/gitlab-runner.json
2019-02-22 09:00:40 +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.8.0",
"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.8.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "2d2790399d456dc97ca7e28e13311a78131f0a13e626b633727722ce19be0b13"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.8.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "712fb1eba9a98b5a4a91eae728dfcbab15e2a5929bce14bdbabdca71e8727eaf"
}
},
"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"
}