{
    "version": "6.4.05",
    "description": "The scientific analysis of speech in phonetics",
    "homepage": "http://www.fon.hum.uva.nl/praat/",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/praat/praat/releases/download/v6.4.05/praat6405_win-intel64.zip",
            "hash": "afc7a40376d1cebb707dfb19fdc29ad135a5218f2835aa9ba18996ce93b4644e"
        },
        "32bit": {
            "url": "https://github.com/praat/praat/releases/download/v6.4.05/praat6405_win-intel32.zip",
            "hash": "f6d480f0359477ec2ec84d64d70a30f1628ddfa1053c53563da8e66d711403cf"
        },
        "arm64": {
            "url": "https://github.com/praat/praat/releases/download/v6.4.05/praat6405_win-arm64.zip",
            "hash": "d6aefcde73860410db2cfae5cad378d60245c00e5b043f47335ac325952f1863"
        }
    },
    "bin": "Praat.exe",
    "shortcuts": [
        [
            "Praat.exe",
            "Praat"
        ]
    ],
    "checkver": {
        "github": "https://github.com/praat/praat"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/praat/praat/releases/download/v$version/praat$cleanVersion_win-intel64.zip"
            },
            "32bit": {
                "url": "https://github.com/praat/praat/releases/download/v$version/praat$cleanVersion_win-intel32.zip"
            },
            "arm64": {
                "url": "https://github.com/praat/praat/releases/download/v$version/praat$cleanVersion_win-arm64.zip"
            }
        }
    }
}
