{
    "version": "0.3.0",
    "description": "A CLI tool for inspecting and managing services listening on localhost ports.",
    "homepage": "https://github.com/raskrebs/sonar",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/raskrebs/sonar/releases/download/v0.3.0/sonar_windows_amd64.zip",
            "hash": "58213c61dfa5f348c7c34acc27c578470c48ddb541b7024eebe1bfffa05abc02"
        },
        "arm64": {
            "url": "https://github.com/raskrebs/sonar/releases/download/v0.3.0/sonar_windows_arm64.zip",
            "hash": "d8e0eee1fa6b16fd8b5fef588fb21764a716816fa57e98c1683be6c35fe3f77a"
        }
    },
    "bin": "sonar.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/raskrebs/sonar/releases/download/v$version/sonar_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/raskrebs/sonar/releases/download/v$version/sonar_windows_arm64.zip"
            }
        }
    }
}
