From af2775a706a044f2db99ab2e28490358e9d69fc7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 20 Nov 2019 10:00:21 +0000 Subject: [PATCH] gitlab-runner: Update to version 12.5.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 55d659cad2..066597b919 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,16 +1,16 @@ { "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", - "version": "12.4.1", + "version": "12.5.0", "description": "Run your jobs and send the results back to GitLab", "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.4.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "8d14ed3f3bf120e2c8e466f2d2b3c8af3e17b7cee45bd812ccdff367ad4e047b" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.5.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "be77c807a0c5548d485de3dc58953095a71a929190fbedaa1bbde30886479660" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.4.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "1875d678e4734729c23dbdec5a9e5b5fe8666697bc8214e29d348a58ccc67d75" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v12.5.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "6e5a80cb123505e1e96bf229383cafbc209763767f194ed9fb525b46f93f0319" } }, "bin": "gitlab-runner.exe",