2021-08-06 22:30:31 -07:00

32 lines
923 B
JSON

{
"version": "2.7",
"description": "IA-32 (x86) PC emulator written in C++",
"homepage": "http://bochs.sourceforge.net/",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/2.7/Bochs-win64-2.7.exe#/dl.7z",
"hash": "sha1:a8e4e96716f90a892d23ca4873a7240eea6840bd"
}
},
"bin": [
"bochs.exe",
"bochsdbg.exe",
"bxhub.exe",
"bximage.exe",
"niclist.exe",
"sb16ctrl.exe"
],
"checkver": {
"url": "http://bochs.sourceforge.net/getcurrent.html",
"regex": "<b>Latest release:<\\/b> Bochs ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win64-$version.exe#/dl.7z"
}
}
}
}