{
    "version": "7.5.2",
    "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.2-win64.zip",
            "hash": "37ca9a9c99138f093476636a068c5bd18d147180b794a1c7ea4936dce8f84328"
        },
        "32bit": {
            "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.2-win32.zip",
            "hash": "10faa197ccf98c3c83267d96533b566d461ffe32a66ebb167e86dc153ac45385"
        }
    },
    "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"
            }
        }
    }
}
