From 7303e0576ff3f4a616f9796941974615a616e0c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 20:25:18 +0000 Subject: [PATCH] task: Update to version 3.37.2 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 2d500996da..80903bcfd1 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.37.1", + "version": "3.37.2", "description": "A task runner / simpler Make alternative written in Go", "homepage": "https://taskfile.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_amd64.zip", - "hash": "f52e5981dfdad902ea822e778d29acf55eb85c11ad4f2ef86f9a6db65ce870f6" + "url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_amd64.zip", + "hash": "78732e88d33ca2c379ff73caed714753fe0076f7c2a3190f920ca9a0a52a5733" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_386.zip", - "hash": "138147037587b9691897bf27dcf6bf8f80a50c58bd5b5902deaf95532993d4c2" + "url": "https://github.com/go-task/task/releases/download/v3.37.2/task_windows_386.zip", + "hash": "0c8fb1a38f3da56e12194fcc4e951b6382b3899447ec9fc4b4011eaa1939d97b" } }, "bin": "task.exe",