-
Notifications
You must be signed in to change notification settings - Fork 12
/
sources.json
32 lines (32 loc) · 909 Bytes
/
sources.json
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
[
{
"priority": 20,
"default": true,
"fixed": true,
"file_name": "portmaster",
"data": {
"prefix": "pm",
"api": "PortMasterV2",
"name": "PortMaster repository",
"url": "https://api.github.com/repos/PortsMaster/PortMaster-Releases/releases/latest",
"last_checked": null,
"version": 4,
"data": {}
}
},
{
"priority": 21,
"default": true,
"fixed": false,
"file_name": "portmaster.multiverse",
"data": {
"prefix": "pmmv",
"api": "PortMasterV2",
"name": "PortMaster Multiverse repository.",
"url": "https://api.github.com/repos/PortsMaster-MV/PortMaster-Multiverse/releases/latest",
"last_checked": null,
"version": 4,
"data": {}
}
}
]