forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlueLifeHostsEditor.json
44 lines (44 loc) · 1.28 KB
/
BlueLifeHostsEditor.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
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "1.3",
"description": "Sordum's BlueLife Hosts Editor. Hosts file editor",
"homepage": "https://www.sordum.org/8266/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/bluelife-host-editor/bl_hst_edit.zip",
"hash": "ee7505489077d55a9c58803dadb62051ee4c8a58ac6df7ad999112b799231f71",
"extract_dir": "HostsEditor_v1.3",
"architecture": {
"64bit": {
"bin": [
"hEdit_x64.exe",
[
"hEdit_x64.exe",
"hEdit"
]
],
"shortcuts": [
[
"hEdit_x64.exe",
"Sordum\\BlueLife Hosts Editor"
]
]
},
"32bit": {
"bin": "hEdit.exe",
"shortcuts": [
[
"hEdit.exe",
"Sordum\\BlueLife Hosts Editor"
]
]
}
},
"persist": "hEdit.ini",
"checkver": "BlueLife Hosts Editor\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/bluelife-host-editor/bl_hst_edit.zip",
"extract_dir": "HostsEditor_v$version"
}
}