{ "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.11.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.11.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "hash": "08a4fc29b32a9c194436d6e042bc5e5258e74cf2d317aea1ab463545a33c94e2" }, "32bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v11.11.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "hash": "54c1c0876af3c01e890b61e1ecf346fa5d82db8fea834dbdc89af0df644ac845" } }, "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" }