mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
20 lines
514 B
JSON
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.]+)"
|
|
}
|