{
    "version": "2.5.2",
    "description": "Very simple and easy to use implementation of a DHCP Server",
    "homepage": "https://www.dhcpserver.de",
    "license": "Unknown",
    "url": "https://www.dhcpserver.de/cms/wp-content/plugins/download-attachments/includes/download.php?id=625#/dl.zip",
    "hash": "24a9794ab6a47b8e7650af1748d881e77dd739858013cca64af8e731904f376c",
    "pre_install": "if (!(Test-Path \"$persist_dir\\dhcpsrv.ini\")) { New-Item \"$dir\\dhcpsrv.ini\" | Out-Null }",
    "shortcuts": [
        [
            "dhcpsrv.exe",
            "DHCP Server for Windows"
        ],
        [
            "dhcpwiz.exe",
            "DHCP Configuration Wizard"
        ]
    ],
    "persist": "dhcpsrv.ini",
    "checkver": {
        "url": "https://www.dhcpserver.de/cms/download/",
        "regex": "download.php\\?id=(?<id>\\d+)\" class=\"attachment-link\" title=\"DHCP Server V([\\d.]+)\""
    },
    "autoupdate": {
        "url": "https://www.dhcpserver.de/cms/wp-content/plugins/download-attachments/includes/download.php?id=$matchId#/dl.zip"
    }
}
