From f70257ff9090c7d3c198f557c2b34b62407b48fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:40:18 +0000 Subject: [PATCH] task: Update to version 3.43.3 --- bucket/task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/task.json b/bucket/task.json index fb8f155fa1..51b0c0a848 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.43.2", + "version": "3.43.3", "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.2/task_windows_amd64.zip", - "hash": "3857b984d7c0cb8b0b06da9ccd85c30e1c5b1d8b79287a3f55215ca4f23e0464" + "url": "https://github.com/go-task/task/releases/download/v3.43.3/task_windows_amd64.zip", + "hash": "08b7d03b2dde0a4b3f53cd8c6dca544087c7b388cd6e5405c284ccc70563936c" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.43.2/task_windows_386.zip", - "hash": "a7dc99bddfce772761a71002c5ba98e67649e228d88f355d82aed3bada142496" + "url": "https://github.com/go-task/task/releases/download/v3.43.3/task_windows_386.zip", + "hash": "e9b85aa64e83a41f167f9718b37dee02b634cfdc2e0354e4ab50aa5a7e79d8bc" } }, "bin": "task.exe",