{
    "version": "1.6.4",
    "description": "An open source visual route tracking CLI tool",
    "homepage": "https://nxtrace.github.io/NTrace-core/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/nxtrace/NTrace-core/releases/download/v1.6.4/nexttrace_windows_amd64.exe#/nexttrace.exe",
            "hash": "df6fca35f56d5e4df01e18c1e79b7578c1ab93dc6e2c377f1e8a530cc377a510"
        },
        "32bit": {
            "url": "https://github.com/nxtrace/NTrace-core/releases/download/v1.6.4/nexttrace_windows_386.exe#/nexttrace.exe",
            "hash": "aaa1aca45b32c43f7e062259f3a1ccb909016be473c80705e0158eff345dfd48"
        },
        "arm64": {
            "url": "https://github.com/nxtrace/NTrace-core/releases/download/v1.6.4/nexttrace_windows_arm64.exe#/nexttrace.exe",
            "hash": "bc5a597d627266e67eaea9eb2ad0e5384a495e698fed97a5e6edd2e9be819258"
        }
    },
    "bin": "nexttrace.exe",
    "checkver": {
        "github": "https://github.com/nxtrace/NTrace-core"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nxtrace/NTrace-core/releases/download/v$version/nexttrace_windows_amd64.exe#/nexttrace.exe"
            },
            "32bit": {
                "url": "https://github.com/nxtrace/NTrace-core/releases/download/v$version/nexttrace_windows_386.exe#/nexttrace.exe"
            },
            "arm64": {
                "url": "https://github.com/nxtrace/NTrace-core/releases/download/v$version/nexttrace_windows_arm64.exe#/nexttrace.exe"
            }
        }
    }
}
