{ "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", "version": "12.10.0", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "hash": "0b4a40e8407cac7dc59cb0921a6edb22b52ffdd4884995815609901e981210f6" }, "32bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "hash": "62af12d79f6efaf8cc2a7a60ab18a4f3e1e51f10ed71b28eba938bf781fa6392" } }, "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" } }, "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up" }