From 70ac8453a8c0d886eb0216c897b4eb0e4a48e071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:28:52 +0000 Subject: [PATCH] task: Update to version 3.41.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index dd25de186c..77213c05d5 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.40.1", + "version": "3.41.0", "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.40.1/task_windows_amd64.zip", - "hash": "b118157d029099d7837f9de4ccc035855bcf0bd433c7a4e3b68425505ec84bc2" + "url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_amd64.zip", + "hash": "0847915b3b51dbd296a510873fb9b62050ddddb818f6346840f3e1b4ce37d448" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.40.1/task_windows_386.zip", - "hash": "a190e0e6810f50249fda6dc3c462bcc4c7b72f406060b35533f4a84b652b14a8" + "url": "https://github.com/go-task/task/releases/download/v3.41.0/task_windows_386.zip", + "hash": "89631e5e30a8a59f891f53d6f377dbe012ad82865d2a7e3f7990b5ca85da151d" } }, "bin": "task.exe",