{
    "version": "6.4.65",
    "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.65/praat6465_win-intel64.zip",
            "hash": "4a0211fe23173caa05f90ab1b286a363e38ae669cb6a6c2acf81c36d44fae3bf"
        },
        "32bit": {
            "url": "https://github.com/praat/praat/releases/download/v6.4.65/praat6465_win-intel32.zip",
            "hash": "0e9706b9e111e7ce2e2062f64da98998e502810ee74b8399e1757f3fa4f62402"
        },
        "arm64": {
            "url": "https://github.com/praat/praat/releases/download/v6.4.65/praat6465_win-arm64.zip",
            "hash": "2bc2d572dd7fa958a2d2968e2aa70855705676aa945dc50179945a080ab7ea86"
        }
    },
    "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"
            }
        }
    }
}
