ScoopInstaller_Main/dosbox.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

20 lines
514 B
JSON

{
"homepage": "https://www.dosbox.com/",
"version": "0.74",
"license": "GPL-2.0",
"url": "https://downloads.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"
],
"checkver": "Latest version:\\s+<a[^>]+>([\\d.]+)"
}