{
    "version": "1.1.7",
    "description": "Audio converter and CD ripper with support for various popular formats and encoders",
    "homepage": "https://www.freac.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/enzo1982/freac/releases/download/v1.1.7/freac-1.1.7-windows-x64.zip",
            "hash": "ef45665aae6c1c0eb4c0ecd8ecc6bed24f02f3cddf6cfd72d8e5c9bc858bf110",
            "extract_dir": "freac-1.1.7-x64"
        },
        "32bit": {
            "url": "https://github.com/enzo1982/freac/releases/download/v1.1.7/freac-1.1.7-windows-i686.zip",
            "hash": "a4ab14999dffe88b5ec6330f8e6444a3a12eb10ec0373759514ba89ab4bcd3fd",
            "extract_dir": "freac-1.1.7-i686"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\freac.xml\")) { New-Item \"$dir\\freac.xml\" | Out-Null }",
    "bin": [
        "freaccmd.exe",
        [
            "freaccmd.exe",
            "freac"
        ]
    ],
    "shortcuts": [
        [
            "freac.exe",
            "freac - free audio converter"
        ]
    ],
    "persist": "freac.xml",
    "checkver": {
        "github": "https://github.com/enzo1982/freac"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/enzo1982/freac/releases/download/v$version/freac-$version-windows-x64.zip",
                "extract_dir": "freac-$version-x64"
            },
            "32bit": {
                "url": "https://github.com/enzo1982/freac/releases/download/v$version/freac-$version-windows-i686.zip",
                "extract_dir": "freac-$version-i686"
            }
        }
    }
}
