ScoopInstaller_Main/bucket/gitlab-runner.json
2020-10-02 07:00:48 +00:00

36 lines
1.5 KiB
JSON

{
"version": "13.2.4",
"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/v13.2.4/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "35f6e43a5d159e88033aa5c253648eb193d95fcf49e8d3e0e627d3978739e898"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.4/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "4ded6595a4427783e92b3696ecb9ccf682ce030e98725668c2f4094281db71b0"
}
},
"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"
}
}
}