{
    "version": "3.2.2",
    "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.2/deew.exe",
            "hash": "59e9f52b8ee903fbb3c4cc6952eaaa82bb8b5db6a4875276fefac34cc3074a75"
        }
    },
    "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"
            }
        }
    }
}
