From 3cd93fa257035b587bdb5468de70763354acffbb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 22 Jul 2020 11:00:29 +0000 Subject: [PATCH] gitlab-runner: Update to version 13.2.1 --- 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 743fde1157..3d57b1f84c 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,17 +1,17 @@ { - "version": "13.2.0", + "version": "13.2.1", "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/v13.2.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "0da037efafa21aa5d382e407123fba0b04ef79efe7df7e6adc4d3146cb4b5ea0" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "25528395bd77d7e1947233f30c00c4e12ce3bdd167ac36618f5a61f9fab19567" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "6e91fb9fbf0548ba45ddaef64c1dfcd06ca98adaaf7e261e26f1f2503cc88c6b" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.2.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "ccc4f2c7fa181f2541aba3a0a46f2f74c5e72ffbe5f3c57a6181ef742ee39e3c" } }, "bin": "gitlab-runner.exe",