mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://bochs.sourceforge.net/",
|
|
"description": "Open source IA-32 (x86) PC emulator written in C++",
|
|
"version": "2.6.11",
|
|
"license": "LGPL-2.1-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win64-2.6.11.exe#/dl.7z",
|
|
"hash": "sha1:4c3aa9d2bc67b7968633e888918f2593a535c2b1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/bochs/bochs/2.6.11/Bochs-win32-2.6.11.exe#/dl.7z",
|
|
"hash": "sha1:493809db0ce1afd624a8e47c38edb5ee38b9fcbc"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bochs.exe",
|
|
"bochsdbg.exe",
|
|
"bxhub.exe",
|
|
"bximage.exe",
|
|
"niclist.exe",
|
|
"sb16ctrl.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "http://bochs.sourceforge.net/getcurrent.html",
|
|
"re": "<b>Latest release:<\\/b> Bochs ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win64-$version.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/bochs/bochs/$version/Bochs-win32-$version.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|