{ "version": "3.37.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.37.1/task_windows_amd64.zip", "hash": "f52e5981dfdad902ea822e778d29acf55eb85c11ad4f2ef86f9a6db65ce870f6" }, "32bit": { "url": "https://github.com/go-task/task/releases/download/v3.37.1/task_windows_386.zip", "hash": "138147037587b9691897bf27dcf6bf8f80a50c58bd5b5902deaf95532993d4c2" } }, "bin": "task.exe", "checkver": { "github": "https://github.com/go-task/task" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/go-task/task/releases/download/v$version/task_windows_amd64.zip" }, "32bit": { "url": "https://github.com/go-task/task/releases/download/v$version/task_windows_386.zip" } }, "hash": { "url": "$baseurl/task_checksums.txt" } } }