{
    "version": "1.4.49-1",
    "description": "An HTTP server designed and optimized for high performance environments. Here is the Cygwin compilation migrated from WLMP project",
    "homepage": "http://lighttpd.dtech.hu",
    "license": "BSD-3-Clause",
    "notes": "For Cygwin users lighttpd package is provided in Cygwin, under which this standalone compilation were made.",
    "architecture": {
        "64bit": {
            "url": "http://lighttpd.dtech.hu/lighttpd-1.4.49-1-win64-ssl.zip",
            "hash": "md5:3ea70d40dcee9412f1e42381b11d5582"
        },
        "32bit": {
            "url": "http://lighttpd.dtech.hu/lighttpd-1.4.49-1-win32-ssl.zip",
            "hash": "md5:2eb205ea0ed3053cb95e29626fb3871c"
        }
    },
    "extract_dir": "lighttpd",
    "bin": [
        "lighttpd.exe",
        [
            "lighttpd-service-install.exe",
            "Install-LighttpdService"
        ],
        [
            "lighttpd-service-remove.exe",
            "Remove-LighttpdService"
        ]
    ],
    "persist": [
        "conf",
        "htdocs",
        "logs",
        "tmp"
    ],
    "checkver": "Package Version:\\s+([\\d.-]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://lighttpd.dtech.hu/lighttpd-$version-win64-ssl.zip",
                "hash": {
                    "url": "$baseurl/lighttpd-$version-win64-ssl.md5"
                }
            },
            "32bit": {
                "url": "http://lighttpd.dtech.hu/lighttpd-$version-win32-ssl.zip",
                "hash": {
                    "url": "$baseurl/lighttpd-$version-win32-ssl.md5"
                }
            }
        }
    }
}
