diff --git a/bucket/task.json b/bucket/task.json index 84d221d24f..cad9fafd76 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.27.1", + "version": "3.28.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.27.1/task_windows_amd64.zip", - "hash": "dcb83450d3ffd7ba9d3855f8f99cc17c4804a39564be2db2d1f9ad4010a790ff" + "url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_amd64.zip", + "hash": "d46e1f3a8ce6951e2d7978c5094661b3f1473cba291bcc2fa53a7af224c403a8" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.27.1/task_windows_386.zip", - "hash": "4b76d7d6efef43b1ca4aebaf595972fc9dfce2503d908b2c8d6262f1c144b310" + "url": "https://github.com/go-task/task/releases/download/v3.28.0/task_windows_386.zip", + "hash": "a7fd49978db94496b19141519b5f457aeeda0b92be2ec7e61aeba13cda8461c7" } }, "bin": "task.exe",