{
    "version": "2.1.4",
    "description": "Full featured gcode platform used for interfacing with advanced CNC controllers.",
    "homepage": "https://winder.github.io/ugs_website/",
    "license": "GPL-3.0-only",
    "extract_dir": "ugsplatform-win",
    "architecture": {
        "64bit": {
            "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.4/win64-ugs-platform-app-2.1.4.zip",
            "hash": "5eb90484649748c6cfd136d8b480a0a5f8773acee98ac6e3047caa004f4f9e05",
            "bin": [
                [
                    "bin\\ugsplatform64.exe",
                    "ugsplatform"
                ]
            ],
            "shortcuts": [
                [
                    "bin\\ugsplatform64.exe",
                    "UGS Platform"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.4/win-ugs-platform-app-2.1.4.zip",
            "hash": "d144bedfa36bec8e68892b568d84035326dd60ebe4e5796d8ffa4fb5ab1dc9ab",
            "bin": "bin\\ugsplatform.exe",
            "shortcuts": [
                [
                    "bin\\ugsplatform.exe",
                    "UGS Platform"
                ]
            ]
        }
    },
    "checkver": {
        "github": "https://github.com/winder/Universal-G-Code-Sender"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v$version/win64-ugs-platform-app-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v$version/win-ugs-platform-app-$version.zip"
            }
        }
    }
}
