forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdhcp-server.json
25 lines (25 loc) · 908 Bytes
/
dhcp-server.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
{
"homepage": "http://www.dhcpserver.de",
"url": "http://www.dhcpserver.de/cms/wp-content/plugins/download-attachments/includes/download.php?id=625#/dl.zip",
"version": "2.5.2",
"hash": "24a9794ab6a47b8e7650af1748d881e77dd739858013cca64af8e731904f376c",
"shortcuts": [
[
"dhcpsrv.exe",
"DHCP Server for Windows"
],
[
"dhcpwiz.exe",
"DHCP Configuration Wizard"
]
],
"persist": "dhcpsrv.ini",
"pre_install": "Add-Content \"$dir\\dhcpsrv.ini\" $null",
"checkver": {
"url": "http://www.dhcpserver.de/cms/download/",
"re": "download.php\\?id=(?<id>[\\d]+)\" class=\"attachment-link\" title=\"DHCP Server V([\\d.]+)\""
},
"autoupdate": {
"url": "http://www.dhcpserver.de/cms/wp-content/plugins/download-attachments/includes/download.php?id=$matchId#/dl.zip"
}
}