{
    "version": "1.0-v1.19",
    "description": "Gettext is an internationalization and localization (i18n) system commonly used for writing multilingual programs on Unix-like computer operating systems.",
    "homepage": "https://mlocati.github.io/articles/gettext-iconv-windows.html",
    "license": "Unknown",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v1.0-v1.19/gettext1.0-iconv1.19-shared-64.zip",
            "hash": "c2f195fc4ed3df4070fb08ff88c2f724afd1eed4e28f859efae1000bb7ba1152"
        },
        "32bit": {
            "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v1.0-v1.19/gettext1.0-iconv1.19-shared-32.zip",
            "hash": "319f19d357cf8ee8ad2af17f2985968d713ea29f7ada89694eb244943f81b087"
        }
    },
    "bin": [
        "bin\\iconv.exe",
        "bin\\msgattrib.exe",
        "bin\\msgcat.exe",
        "bin\\msgcmp.exe",
        "bin\\msgcomm.exe",
        "bin\\msgconv.exe",
        "bin\\msgen.exe",
        "bin\\msgexec.exe",
        "bin\\msgfilter.exe",
        "bin\\msgfmt.exe",
        "bin\\msggrep.exe",
        "bin\\msginit.exe",
        "bin\\msgmerge.exe",
        "bin\\msgunfmt.exe",
        "bin\\msguniq.exe",
        "bin\\xgettext.exe"
    ],
    "checkver": {
        "url": "https://github.com/mlocati/gettext-iconv-windows/releases",
        "regex": "/releases/tag/v((?<gettext>[\\d.]+)-v(?<iconv>[\\d.]+))"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-64.zip"
            },
            "32bit": {
                "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-32.zip"
            }
        }
    }
}
