mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
25 lines
718 B
JSON
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.-]+)"
|
|
}
|