{
    "version": "1.5.0",
    "description": "Free Lossless Audio Codec - command line tools",
    "homepage": "https://xiph.org/flac/",
    "license": {
        "identifier": "BSD-3-Clause,GPL-3.0-or-later",
        "url": "https://xiph.org/flac/license.html"
    },
    "url": "https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0-win.zip",
    "hash": "53f1500f0d6e7c61379d7fee50d4a9f7f504c650009506d9ba015530d76c0dde",
    "architecture": {
        "64bit": {
            "extract_dir": "flac-1.5.0-win\\win64"
        },
        "32bit": {
            "extract_dir": "flac-1.5.0-win\\win32"
        }
    },
    "bin": [
        "flac.exe",
        "metaflac.exe"
    ],
    "checkver": {
        "github": "https://github.com/xiph/flac"
    },
    "autoupdate": {
        "url": "https://github.com/xiph/flac/releases/download/$version/flac-$version-win.zip",
        "hash": {
            "url": "https://github.com/xiph/flac/releases/$version",
            "regex": "$sha256.*?$basename"
        },
        "architecture": {
            "64bit": {
                "extract_dir": "flac-$version-win\\win64"
            },
            "32bit": {
                "extract_dir": "flac-$version-win\\win32"
            }
        }
    }
}
