diff --git a/bucket/task.json b/bucket/task.json index a3d3ec0b63..1b79148d94 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.30.0", + "version": "3.30.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.30.0/task_windows_amd64.zip", - "hash": "fc695a8a6949d2aea5d3d401b179bf78f789eab9f86af609243c1778f1f14933" + "url": "https://github.com/go-task/task/releases/download/v3.30.1/task_windows_amd64.zip", + "hash": "14ba0d808dcd575d97827017909aef3456f0a8eef58d7df96b42bf414d9fb127" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.30.0/task_windows_386.zip", - "hash": "22a2c9810d2d4687a887cea2b6f2c01ab0fb0b10f7424712afadf67e0f5a2edb" + "url": "https://github.com/go-task/task/releases/download/v3.30.1/task_windows_386.zip", + "hash": "8a384dfcc382a84c53526e5ca9ef10d1a923db208986b6673bee5984011806df" } }, "bin": "task.exe",