From c945cbe1e59a0b0934f299ad0b5bea3e37fb3e5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 23:07:43 +0800 Subject: [PATCH] gitlab-runner: hash fix (#1423) --- bucket/gitlab-runner.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index 1a8132ff63..ead9a0b2ba 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -7,11 +7,11 @@ "architecture": { "64bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.4.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "b7b03bb3dd899951476e11c34df455c0c98efa700c7b38a599825336c0a99dce" + "hash": "77b8da520889ec1f6788153eb9341a878945765304830b32d5dd19a803e9f19a" }, "32bit": { "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.4.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "cd9f2209cc916a1eaff46666707d35f49d46a62c1eae37449f8dedf2f3624c1f" + "hash": "07d87c9fe19ff422d34c40bffa3e7e804ab3412ab9117b11f535d6e04209eec1" } }, "bin": "gitlab-runner.exe",