dapctl 1.0.1

TUI/CLI sync tool for HiFi Digital Audio Players
Documentation
{
    "version": "1.0.0",
    "description": "TUI/CLI sync tool for HiFi Digital Audio Players",
    "homepage": "https://dapctl.com",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/marturojt/dapctl/releases/download/v1.0.0/dapctl-v1.0.0-x86_64-pc-windows-msvc.zip",
            "hash": "e91ee24acb03ba6b30ebccecb150adae9cfc719f2970958103a6e8a8e528467c"
        }
    },
    "bin": "dapctl.exe",
    "checkver": {
        "github": "https://github.com/marturojt/dapctl",
        "regex": "releases/tag/v([\\d.]+)\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/marturojt/dapctl/releases/download/v$version/dapctl-v$version-x86_64-pc-windows-msvc.zip",
                "hash": {
                    "url": "https://github.com/marturojt/dapctl/releases/download/v$version/SHA256SUMS.txt"
                }
            }
        }
    }
}