{ "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", "version": "12.3.0", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.3.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", "hash": "ad58578ba54b29215482c2dfda61baa8266be8fa28d1029d709091f1c05afb42" }, "32bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.3.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", "hash": "03611bc33a642400375e4ca916d3ed688110af80e205c333d6d6a82655f1b33d" } }, "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" }