diff --git a/bucket/go-task.json b/bucket/go-task.json index 73c1982010..c68ec14f7f 100644 --- a/bucket/go-task.json +++ b/bucket/go-task.json @@ -1,16 +1,16 @@ { - "version": "3.9.0", + "version": "3.9.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.9.0/task_windows_amd64.zip", - "hash": "8a9ed4c33c94d014c09ac3cf214ed2687f00f4a9bcfa570b603f36f755fe97af" + "url": "https://github.com/go-task/task/releases/download/v3.9.2/task_windows_amd64.zip", + "hash": "dc047e757119410dc3c5f471c06a124d8bbddb7ca846a7b6e0c86f8b37e0fdd2" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.9.0/task_windows_386.zip", - "hash": "aad0c5b65b02e3df19035ad5eba4570b5d495c8acf2bd101e9c078fff9ae53c7" + "url": "https://github.com/go-task/task/releases/download/v3.9.2/task_windows_386.zip", + "hash": "aa79544779b4c68735ecd537ac5d6b2615ce344000d48eba1963d9cdd12f89ca" } }, "bin": "task.exe",