diff --git a/bucket/task.json b/bucket/task.json index e48bb84f0d..d36250c6ef 100644 --- a/bucket/task.json +++ b/bucket/task.json @@ -1,16 +1,16 @@ { - "version": "3.12.0", + "version": "3.11.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.12.0/task_windows_amd64.zip", - "hash": "b67d7a0050ee082f87bf7bf1dc1511d422de787ccfcc11cb6ec7c1365afd5ba5" + "url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_amd64.zip", + "hash": "13e7f9db208992172456d755e02c727aae55c65ead2d89c91afd99cae2425ff0" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.12.0/task_windows_386.zip", - "hash": "e00b7d52cd5f04f3e9285c21ed7d705942450e1e64421389b8093ae6f12c66db" + "url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_386.zip", + "hash": "92975712fe25bcf9a7ae3c270729f20e8c053204b0621fdfe04b78932beb0e86" } }, "bin": "task.exe",