From af629b3abce6ccccd3cc4aae0ffaf85e7fad13b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:43:18 +0000 Subject: [PATCH] task: Update to version 3.44.0 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index 51b0c0a848..f1369944b8 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.43.3", + "version": "3.44.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.43.3/task_windows_amd64.zip", - "hash": "08b7d03b2dde0a4b3f53cd8c6dca544087c7b388cd6e5405c284ccc70563936c" + "url": "https://github.com/go-task/task/releases/download/v3.44.0/task_windows_amd64.zip", + "hash": "db39c209f677c8f1513bec1b22c0997131d56e252db0a2d57208414c96ad9056" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.43.3/task_windows_386.zip", - "hash": "e9b85aa64e83a41f167f9718b37dee02b634cfdc2e0354e4ab50aa5a7e79d8bc" + "url": "https://github.com/go-task/task/releases/download/v3.44.0/task_windows_386.zip", + "hash": "94190fcb14463c03d0f0e3785eee7db6b942532ef81b7fbdb6cc838c0717d460" } }, "bin": "task.exe",