{ "version": "3.0", "description": "IA-32 (x86) PC emulator", "homepage": "https://bochs.sourceforge.io/", "license": "LGPL-2.1-only", "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/bochs/bochs/3.0/Bochs-win64-3.0.exe#/dl.7z", "hash": "sha1:1b08609af86ad9744689068f0104fd8d0db491bb" } }, "pre_install": "'$PLUGINSDIR', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }", "bin": [ "bochs.exe", "bxhub.exe", "bximage.exe", "niclist.exe", "sb16ctrl.exe" ], "checkver": { "url": "http://bochs.sourceforge.net/getcurrent.html", "regex": "Latest release:<\\/b> Bochs ([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win64-$version.exe#/dl.7z" } } } }