mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1769731548",
|
|
"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.ae4a6f47ec93a6d7c6216d3a0638060ffd31dc62#/dl.7z",
|
|
"hash": "b7b934ee23952c5ffb5b83451efb3570f4a721c230b3b61e05bbc32b5a89e771",
|
|
"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"
|
|
}
|
|
}
|
|
}
|