{ "version": "3.12.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.12.1/task_windows_amd64.zip", "hash": "bcb0230c892728036adf955aa9899c9675863d4a52dff3ed9d397ef1bef4a5bf" }, "32bit": { "url": "https://github.com/go-task/task/releases/download/v3.12.1/task_windows_386.zip", "hash": "1e0f77ed789ead121417821861dea67c5b38d8677244104eaef5a662af1d918c" } }, "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" } } }