{
    "version": "0.4.0",
    "description": "Interactive flamegraph viewer in the terminal.",
    "homepage": "https://github.com/YS-L/flamelens",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/YS-L/flamelens/releases/download/v0.4.0/flamelens-x86_64-pc-windows-msvc.zip",
            "hash": "ed32e5885a5ee88b4a8471c50b29c35e002db409fbdeb249a4c558d9feee5885"
        }
    },
    "bin": "flamelens.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/YS-L/flamelens/releases/download/v$version/flamelens-x86_64-pc-windows-msvc.zip",
                "hash": {
                    "url": "$url.sha256"
                }
            }
        }
    }
}
