{
    "version": "7.5.5",
    "description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
    "homepage": "https://waterlan.home.xs4all.nl/dos2unix.html",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.5-win64.zip",
            "hash": "3583866c837f1b621fd9cab2928ad59c36bc5d3cc0effd34882a45ff976bfd54"
        },
        "32bit": {
            "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.5-win32.zip",
            "hash": "0b604d9527edfd819f64e5a4395a4132c763a08669630a155095c021c3da160e"
        }
    },
    "bin": [
        "bin\\dos2unix.exe",
        "bin\\mac2unix.exe",
        "bin\\unix2dos.exe",
        "bin\\unix2mac.exe"
    ],
    "checkver": "Stable version:\\s+([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-$version-win64.zip"
            },
            "32bit": {
                "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-$version-win32.zip"
            }
        }
    }
}
