{
    "version": "0.7.0",
    "description": "An easy, intuitive tool to make 2D hand-drawn animations.",
    "homepage": "https://www.pencil2d.org",
    "license": "GPL-2.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/pencil2d/pencil/releases/download/v0.7.0/pencil2d-win64-0.7.0.zip",
            "hash": "2e9fb154cb2fc103de7a136267732cf86c9419170152a3b6f00f6b9498cdcb17"
        },
        "32bit": {
            "url": "https://github.com/pencil2d/pencil/releases/download/v0.7.0/pencil2d-win32-0.7.0.zip",
            "hash": "645351cdc62c527231936177e599b52c20e38c4fd747508e30f1fe066720056c"
        }
    },
    "extract_dir": "Pencil2D",
    "pre_install": "Remove-Item \"$dir\\vc_red*\"",
    "bin": "pencil2d.exe",
    "shortcuts": [
        [
            "pencil2d.exe",
            "Pencil2d"
        ]
    ],
    "checkver": {
        "url": "https://www.pencil2d.org/download/",
        "regex": "pencil2d-win64-([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pencil2d/pencil/releases/download/v$version/pencil2d-win64-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/pencil2d/pencil/releases/download/v$version/pencil2d-win32-$version.zip"
            }
        }
    }
}
