diff --git a/bucket/task.json b/bucket/task.json index b6fef3d661..7d4d4340f5 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.25.0", + "version": "3.26.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.25.0/task_windows_amd64.zip", - "hash": "67d281e37e7b7e677e6eef03ce5a2742ce6e33cad544921f293639f77cf80306" + "url": "https://github.com/go-task/task/releases/download/v3.26.0/task_windows_amd64.zip", + "hash": "13983eac10914d192c14ccd6fc5f76da6670bce2bd8d444d841301dd6c2fe992" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.25.0/task_windows_386.zip", - "hash": "871cc04e81b9323e39a47c89ef2b8c4fed98eb398dc5a6d3b41d4e081fe804da" + "url": "https://github.com/go-task/task/releases/download/v3.26.0/task_windows_386.zip", + "hash": "f4e54dc063404b940367ff286ab2b997744422e891209095086dbf7eb3462dfa" } }, "bin": "task.exe",