add dosbox 0.74 (#1050)

This commit is contained in:
Martin Lindhe 2016-09-30 23:09:09 +02:00 committed by Luke Sampson
parent d89f896903
commit 60efcb98c8

18
dosbox.json Normal file
View File

@ -0,0 +1,18 @@
{
"homepage": "https://www.dosbox.com/",
"version": "0.74",
"license": "GPL",
"url": "http://ufpr.dl.sourceforge.net/project/dosbox/dosbox/0.74/DOSBox0.74-win32-installer.exe",
"hash": "c149cb85f732beb95bf6564d72bdfdd9306f7050edfd9d2cd475420efe3b84fc",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"bin": [
"DOSBox.exe",
"SDL.dll",
"SDL_net.dll"
]
}