{
    "version": "3.50.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.50.0/task_windows_amd64.zip",
            "hash": "82c20fbd19ac62073b8ecf89e026fbd209f702a2922106e4ff2ed6934d193038"
        },
        "32bit": {
            "url": "https://github.com/go-task/task/releases/download/v3.50.0/task_windows_386.zip",
            "hash": "b2e3017bd47e95f9801379f978e44f3cf747696eca0124e7b6bb58702eb5a330"
        }
    },
    "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"
        }
    }
}
