{ "version": "3.17.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.17.0/task_windows_amd64.zip", "hash": "7a86d43544e480087fd297a4b15293c06d49b767a69ea182713590942b559946" }, "32bit": { "url": "https://github.com/go-task/task/releases/download/v3.17.0/task_windows_386.zip", "hash": "a4b6ac75d8ca909ce46c58dd7076728d186ec9615c07c4842a4eaef4d07bd680" } }, "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" } } }