From df20b73f4e0804caf80b1db30f3cea0bcbdd5dcd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Aug 2021 05:00:49 +0000 Subject: [PATCH] gitlab-runner: Update to version 14.2.0 --- bucket/gitlab-runner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index 85f3d99ed4..555c52a2b7 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,17 +1,17 @@ { - "version": "14.1.0", + "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.1.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "0c44b1232bd45363a090d482c06715faaf9ca2890e183b87f895495d6dfeffbf" + "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.1.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "c60c6c275c6c9b7968f56cd8945425a48bf986bd3c9bb42e851c420d90e1881a" + "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",