-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDOSBox Downloads.json
More file actions
120 lines (120 loc) · 2.92 KB
/
DOSBox Downloads.json
File metadata and controls
120 lines (120 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"fileType": "DOSBox Downloads",
"fileFormatVersion": 1,
"fileRevision": 1,
"dosboxDownloads": [
{
"id": "dosbox",
"name": "DOSBox",
"versions": [
{
"version": "0.74-3",
"releaseDate": "June 16, 2021",
"files": [
{
"fileName": "DOSBox0.74-3-win32-installer.exe",
"fileSize": 1493703,
"sha1": "c8c1f5a5d17336607c886444518e74e3d1a4e041",
"operatingSystem": "Windows",
"processorArchitecture": "x86"
},
{
"fileName": "DOSBox-0.74-3-3.dmg",
"fileSize": 4181094,
"sha1": "e32b2c4ab5d6f5430851811765b7176d0bfc4059",
"operatingSystem": "MacOS"
}
]
}
]
},
{
"id": "dosbox_ece",
"name": "DOSBox Enhanced Community Edition",
"versions": [
{
"version": "r4481",
"releaseDate": "July 14, 2022",
"files": [
{
"fileName": "DOSBox ECE r4481.7z",
"fileSize": 2256727,
"sha1": "fe49d5d06bea1089ec2928a3848a393336a35cd1",
"operatingSystem": "Windows",
"processorArchitecture": "x64"
},
{
"fileName": "DOSBox ECE r4481 (Linux).7z",
"fileSize": 1458085,
"sha1": "48216ac3d9e87b9ebd87049a609b13d35d38672f",
"operatingSystem": "Linux"
}
]
}
]
},
{
"id": "dosbox_staging",
"name": "DOSBox Staging",
"versions": [
{
"version": "0.80.1",
"releaseDate": "January 7, 2023",
"files": [
{
"fileName": "dosbox-staging-windows-x86_64-v0.80.1.zip",
"fileSize": 13133526,
"sha1": "0ea83d558873527fe026b94b24b6f0808bf45f15",
"operatingSystem": "Windows",
"processorArchitecture": "x64"
},
{
"fileName": "dosbox-staging-linux-v0.80.1.tar.xz",
"fileSize": 2599016,
"sha1": "cc3735ab1636bf555706695050179fa54dc277a7",
"operatingSystem": "Linux"
},
{
"fileName": "dosbox-staging-macOS-v0.80.1.dmg",
"fileSize": 8613000,
"sha1": "120b89250bbf7ae03193cca88eff92e965dfd44f",
"operatingSystem": "MacOS"
}
]
}
]
},
{
"id": "dosbox-x",
"name": "DOSBox-X",
"versions": [
{
"version": "2022.12.26",
"releaseDate": "December 26, 2022",
"files": [
{
"fileName": "dosbox-x-vsbuild-win32-20221226190454.zip",
"fileSize": 39461265,
"sha1": "b9807305c24942fca1ccf90affb6f7d3d818768f",
"operatingSystem": "Windows",
"processorArchitecture": "x86"
},
{
"fileName": "dosbox-x-vsbuild-win64-20221226190454.zip",
"fileSize": 41533589,
"sha1": "a8303a3c0bfab6479689ac5c6b048a5c1fd9f31d",
"operatingSystem": "Windows",
"processorArchitecture": "x64"
},
{
"fileName": "dosbox-x-macosx-x86_64-20221226190321.zip",
"fileSize": 44983343,
"sha1": "3888e691dcfd97b203dd3620ea54d2f81204bd00",
"operatingSystem": "MacOS"
}
]
}
]
}
]
}