{
    "version": "3.6.0.47",
    "homepage": "https://www.adventuregamestudio.co.uk/",
    "description": "An IDE and the engine meant for creating and running videogames of adventure (aka “quest”) genre.",
    "license": "Artistic-2.0",
    "url": "https://github.com/adventuregamestudio/ags/releases/download/v.3.6.0.47/AGS-3.6.0.47.zip",
    "hash": "359b660a024e7ad6643d3d7118f38b998fc3a7cc96056ca30086232f9cacd1fb",
    "shortcuts": [
        [
            "ags-help.chm",
            "Adventure Game Studio\\AGS Help"
        ],
        [
            "AGSEditor.exe",
            "Adventure Game Studio\\AGS Editor"
        ]
    ],
    "checkver": {
        "github": "https://github.com/adventuregamestudio/ags",
        "regex": "tag/v\\.([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/adventuregamestudio/ags/releases/download/v.$version/AGS-$version.zip",
        "hash": {
            "url": "$baseurl/checksums.sha256",
            "regex": "$basename\\s$sha256"
        }
    }
}
