{ "version": "20220903-10154-074a5d635", "description": "Modern source port for Duke Nukem 3D", "homepage": "https://www.eduke32.com/", "license": "http://www.eduke32.com/buildlic.txt", "notes": [ "Place GRP and RTS files (game data) in:", "", " $persist_dir\\data", "", "Place mods, music packs, and other files to auto-load in:", "", " $persist_dir\\autoload" ], "architecture": { "32bit": { "url": "https://dukeworld.com/eduke32/synthesis/20220903-10154-074a5d635/eduke32_win32_20220903-10154-074a5d635.7z", "hash": "13633413fb6f12027aa9752068ef1fcc3800110c2280c2e66b74bb84c685d8b7" }, "64bit": { "url": "https://dukeworld.com/eduke32/synthesis/20220903-10154-074a5d635/eduke32_win64_20220903-10154-074a5d635.7z", "hash": "b29f0903ef1bf09d7b6c1f30bb89084bb2f7d6ebec126131ab0b656f71e154ea" } }, "pre_install": [ "New-Item -Path $dir -Name eduke32.cfg -ItemType File -ErrorAction Ignore | Out-Null", "New-Item -Path $dir -Name settings.cfg -ItemType File -ErrorAction Ignore | Out-Null" ], "bin": [ [ "eduke32.exe", "eduke32", "-j $persist_dir\\data" ] ], "shortcuts": [ [ "eduke32.exe", "EDuke32", "-j data" ] ], "persist": [ "autoload", "data", "eduke32.cfg", "settings.cfg" ], "checkver": { "url": "https://dukeworld.com/eduke32/synthesis/", "regex": "(\\d{8}-\\d{4,}-[a-z0-9]{9})" }, "autoupdate": { "architecture": { "32bit": { "url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win32_$version.7z" }, "64bit": { "url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win64_$version.7z" } } } }