ScoopInstaller_Main/bucket/gitlab-runner.json
2021-06-19 14:00:23 +00:00

36 lines
1.5 KiB
JSON

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