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