ScoopInstaller_Main/dosbox.json
Richard Kuhnt 5295cc0a44 Use https everywhere possible (#1086)
* Use https everywhere possible

* Update version checks
2016-10-15 08:25:02 +10:00

19 lines
451 B
JSON

{
"homepage": "https://www.dosbox.com/",
"version": "0.74",
"license": "GPL",
"url": "https://sourceforge.net/projects/dosbox/files/dosbox/0.74/DOSBox0.74-win32-installer.exe",
"hash": "c149cb85f732beb95bf6564d72bdfdd9306f7050edfd9d2cd475420efe3b84fc",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"bin": [
"DOSBox.exe",
"SDL.dll",
"SDL_net.dll"
]
}