summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/testdata/2.json
blob: a7ba702984da5281062aee06b4ccb0af6ecf4564 (plain)
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
{
	"ApiVersion": 0,
	"Id": 1,
	"Name": "1.0.1",
	"Files": [
		{
			"Path": "fileOne",
			"Sources": [
				{
					"SourceType": "http",
					"Url": "@TEST_DATA_URL@/fileOneB"
				}
			],
			"Executable": true,
			"Perms": 493,
			"MD5": "42915a71277c9016668cce7b82c6b577"
		},
		{
			"Path": "fileTwo",
			"Sources": [
				{
					"SourceType": "http",
					"Url": "@TEST_DATA_URL@/fileTwo"
				}
			],
			"Executable": false,
			"Perms": 644,
			"MD5": "38f94f54fa3eb72b0ea836538c10b043"
		}
	]
}