ScoopInstaller_Main/bucket/gitlab-runner.json
2020-04-22 22:01:50 +00:00

36 lines
1.5 KiB
JSON

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