h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

25 lines
718 B
JSON

{
"homepage": "https://www.dosbox.com/",
"description": "DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc.",
"version": "0.74-2",
"license": "GPL-2.0",
"url": "https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-2/DOSBox0.74-2-win32-installer.exe",
"hash": "58ccf33face7d2aeb76992f6414cf94ca46976d5b004551d6552ce18d094f1fb",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
"bin": [
"DOSBox.exe",
"SDL.dll",
"SDL_net.dll"
],
"checkver": "Latest version:\\s+<a[^>]+>([\\d.-]+)"
}