diff --git a/bucket/task.json b/bucket/task.json index 6aaaa796be..fb8f155fa1 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.42.1", + "version": "3.43.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.42.1/task_windows_amd64.zip", - "hash": "f80050756ddedc08b13721f444e748eb9218c65a2ce300724d168a2afe9811c6" + "url": "https://github.com/go-task/task/releases/download/v3.43.2/task_windows_amd64.zip", + "hash": "3857b984d7c0cb8b0b06da9ccd85c30e1c5b1d8b79287a3f55215ca4f23e0464" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.42.1/task_windows_386.zip", - "hash": "7d9eee18a802cbc60d1e496b56193737692f13196551bedc8288fc5a21b9b4d7" + "url": "https://github.com/go-task/task/releases/download/v3.43.2/task_windows_386.zip", + "hash": "a7dc99bddfce772761a71002c5ba98e67649e228d88f355d82aed3bada142496" } }, "bin": "task.exe",