{
    "version": "3.1.2",
    "description": "Open source program for drawing and image editing.",
    "homepage": "https://www.pinta-project.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PintaProject/Pinta/releases/download/3.1.2/Pinta-x86_64.exe",
            "hash": "6c5c9252716a0a6860a25b3184a171045e8d4fca7b15ff3beb635bbe48bb16f6"
        },
        "arm64": {
            "url": "https://github.com/PintaProject/Pinta/releases/download/3.1.2/Pinta-arm64.exe",
            "hash": "86e8804f6199aaa83674945b098133a5608a661224fa17df0edc89b984c6203e"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "bin\\Pinta.exe",
            "Pinta"
        ]
    ],
    "checkver": {
        "github": "https://github.com/PintaProject/Pinta"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/PintaProject/Pinta/releases/download/$version/Pinta-x86_64.exe"
            },
            "arm64": {
                "url": "https://github.com/PintaProject/Pinta/releases/download/$version/Pinta-arm64.exe"
            }
        }
    }
}
