ScoopInstaller_Main/bucket/gitlab-runner.json
2021-12-11 00:32:10 +00:00

36 lines
1.5 KiB
JSON

{
"version": "14.3.4",
"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.3.4/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
"hash": "21752bd2460181b6a939300f6132cbc51d898871a808717b25af08bf0e89e86e"
},
"32bit": {
"url": "https://gitlab-runner-downloads.s3.amazonaws.com/v14.3.4/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
"hash": "88428a3f3290714ce7209981d5f07befe9487e35db1adf6d024bf6a82d670780"
}
},
"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"
}
}
}