{
    "version": "3.2.1",
    "description": "Dolby Encoding Engine Wrapper",
    "homepage": "https://github.com/pcroland/deew",
    "license": "MIT",
    "suggest": {
        "ffmpeg": "ffmpeg"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/pcroland/deew/releases/download/3.2.1/deew.exe",
            "hash": "e1e4a19984c5c5e3a366c38559b6801995be67c9addbb609f4b9b5d445a95027"
        }
    },
    "post_install": [
        "if (!(Get-Command 'ffmpeg' -ErrorAction SilentlyContinue)) {",
        "  warn \"'ffmpeg' is required to run deew.\"",
        "}",
        "if (!(Get-Command 'dee' -ErrorAction SilentlyContinue)) {",
        "  warn \"'Dolby Encoding Engine (DEE)' is required to run deew.\"",
        "}"
    ],
    "bin": "deew.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pcroland/deew/releases/download/$version/deew.exe"
            }
        }
    }
}
