ScoopInstaller_Main/dosbox.json
2018-10-19 16:26:41 +02:00

26 lines
627 B
JSON

{
"homepage": "https://www.dosbox.com/",
"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.-]+)"
}