{ "version": "3.35.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.35.0/task_windows_amd64.zip", "hash": "3e8d7fd92c42724675db2110125c8d3998740dc4ead82b17c9670a79ce979080" }, "32bit": { "url": "https://github.com/go-task/task/releases/download/v3.35.0/task_windows_386.zip", "hash": "3967723493d9383ddb411e4f0336007db8d216f11fe264581e9960e26929808e" } }, "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" } } }