{
    "version": "0.6.6",
    "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.6.6/pencil2d-win64-0.6.6.zip",
            "hash": "dde21ae87e333c58da8c0d7d13bf11c0dedb9f2a7caab9e3fc85e549e1c81ccd"
        },
        "32bit": {
            "url": "https://github.com/pencil2d/pencil/releases/download/v0.6.6/pencil2d-win32-0.6.6.zip",
            "hash": "4f64a88ad42b9eb9f34c9a98a264525b642035274445852a7b8ee49e2fb1132c"
        }
    },
    "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"
            }
        }
    }
}
