From ab6224e46c98ddff2ddad4d296072eac0928ae1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:36:24 +0000 Subject: [PATCH] task: Update to version 3.37.1 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 7bf4ce6f8b..2d500996da 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.37.0", + "version": "3.37.1", "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.0/task_windows_amd64.zip", - "hash": "60f5ec43874921f395f24f19e1834d54bee7bb929dadec8467f5c8a1569d941c" + "url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_amd64.zip", + "hash": "f52e5981dfdad902ea822e778d29acf55eb85c11ad4f2ef86f9a6db65ce870f6" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.37.0/task_windows_386.zip", - "hash": "d1099fc80f1bb5961d25cd47fc01ecc9ad39686cc2793476061607f837eeac25" + "url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_386.zip", + "hash": "138147037587b9691897bf27dcf6bf8f80a50c58bd5b5902deaf95532993d4c2" } }, "bin": "task.exe",