{
    "version": "3.6.2.18",
    "homepage": "https://www.adventuregamestudio.co.uk/",
    "description": "An IDE and the engine meant for creating and running videogames of adventure (aka “quest”) genre.",
    "license": {
        "identifier": "Artistic-2.0",
        "url": "https://github.com/adventuregamestudio/ags/blob/master/License.txt"
    },
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "url": "https://github.com/adventuregamestudio/ags/releases/download/v3.6.2.18/AGS-3.6.2.18-P8.exe",
    "hash": "5fa6c656ade4b1a26a2a1a204fb007773bc1234e91578db223fe3b7334e952c7",
    "innosetup": true,
    "shortcuts": [
        [
            "ags-help.chm",
            "Adventure Game Studio\\AGS Help"
        ],
        [
            "AGSEditor.exe",
            "Adventure Game Studio\\AGS Editor"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/adventuregamestudio/ags/releases/latest",
        "jsonpath": "$.assets[?(@.name =~ /AGS.+exe/i)].browser_download_url",
        "regex": "download/v([\\d.]+)/(?<name>.+)"
    },
    "autoupdate": {
        "url": "https://github.com/adventuregamestudio/ags/releases/download/v$version/$matchName",
        "hash": {
            "url": "$baseurl/checksums.sha256",
            "regex": "$sha256\\s+$basename"
        }
    }
}
