-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbochs.json
31 lines (31 loc) · 939 Bytes
/
bochs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}
},
"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"
}
}
}
}