ScoopInstaller_Main/bucket/gitlab-runner.json
2021-08-23 05:00:49 +00:00

36 lines
1.5 KiB
JSON

{
"version": "14.2.0",
"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/v14.2.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "df4cb3b6e6133d889f73121548aeeb82c44cbe464f22af0a1e150761b3d04c9f"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.2.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "f0948e762f14de0b558c1c7d3391eae1a4d590af221aff6afd92538db23ed71d"
}
},
"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"
}
}
}