{
    "version": "5.9.0",
    "description": "A tool and editor to create ArchiMate models",
    "homepage": "https://www.archimatetool.com",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/archimatetool/archi.io/releases/download/5.9.0/Archi-Win64-5.9.0.zip",
            "hash": "sha1:4fe62f27db5c6b6bca836a20ba4b450926e15474"
        }
    },
    "extract_dir": "Archi",
    "bin": "archi.exe",
    "shortcuts": [
        [
            "archi.exe",
            "Archi"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/archimatetool/archi.io/releases",
        "regex": "download/(?<tag>[^/]+)/Archi-Win64-(?<version>[\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/archimatetool/archi.io/releases/download/$version/Archi-Win64-$version.zip"
            }
        },
        "hash": {
            "url": "$baseurl/Archi-$version-SUMSSHA1"
        }
    }
}
