46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"homepage": "http://bgb.bircd.org/",
|
|
"description": "GameBoy emulator/debugger",
|
|
"version": "1.5.7",
|
|
"license": "Freeware",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://bgb.bircd.org/bgb.zip",
|
|
"hash": "312a38da5daf3b7f4313c609d43f590e9b82a86a1ece59b5be1c063657f30148",
|
|
"bin": "bgb.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bgb.exe",
|
|
"BGB GameBoy Emulator"
|
|
]
|
|
]
|
|
},
|
|
"64bit": {
|
|
"url": "http://bgb.bircd.org/bgbw64.zip",
|
|
"hash": "55df9d870c0b9dfe0c55a6bdb22036c4553a145279ebd7a33f9b5a4b62190e84",
|
|
"bin": "bgb64.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bgb64.exe",
|
|
"BGB GameBoy Emulator"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"persist": "bgb.ini",
|
|
"checkver": {
|
|
"url": "http://bgb.bircd.org/",
|
|
"regex": "\\(current version: BGB ([\\d]+[\\.][\\d]+[\\.][\\d]+)\\)<\\/title>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://bgb.bircd.org/bgb.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "http://bgb.bircd.org/bgbw64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|