{
    "version": "0.5.5",
    "description": "A tool to flash ironos to the pinecil soldering iron and possibly other pine64 devices in the future",
    "homepage": "https://github.com/Spagett1/PineFlash",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Spagett1/PineFlash/releases/download/0.5.5/pineflash-0.5.5-win64.exe",
            "hash": "7fca98771e91998965df10cd1b2680ebb5317fcce13eaa46eb7573f6347eac8b"
        }
    },
    "innosetup": true,
    "bin": "pineflash.exe",
    "shortcuts": [
        [
            "pineflash.exe",
            "PineFlash"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Spagett1/PineFlash/releases/download/$version/pineflash-$version-win64.exe"
            }
        }
    }
}
