{
    "version": "1705108307",
    "description": "A command-line version of the Steam client",
    "homepage": "https://developer.valvesoftware.com/wiki/SteamCMD",
    "license": {
        "identifier": "Freeware",
        "url": "https://developer.valvesoftware.com/wiki/Valve_Developer_Community:Terms_of_Use"
    },
    "url": "http://cdn.steamstatic.com/client/steamcmd_win32.zip.d5afce760e59bfc76cfaebf495efd8c164dbce72#/dl.7z",
    "hash": "eaab55d7a3e91886ef34876eb4a4457f04f79dd5abc97cb9bcd8bfb9ba996fe4",
    "bin": "steamcmd.exe",
    "persist": [
        "appcache",
        "config",
        "steamapps",
        "userdata"
    ],
    "checkver": {
        "url": "http://cdn.steamstatic.com/client/steam_cmd_win32",
        "regex": "\"version\"\\s+\"(\\d+)\"[\\s\\S]*?steamcmd_win32\\.zip\\.(?<random>[a-f\\d]{40})"
    },
    "autoupdate": {
        "url": "http://cdn.steamstatic.com/client/steamcmd_win32.zip.$matchRandom#/dl.7z",
        "hash": {
            "url": "http://cdn.steamstatic.com/client/steam_cmd_win32",
            "regex": "(?sm)$basename.*?$sha256"
        }
    }
}
