mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
20 lines
507 B
JSON
20 lines
507 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"
|
|
],
|
|
"checkver": "Latest version:\\s+<a[^>]+>([\\d.]+)"
|
|
}
|