-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathtidy.json
More file actions
28 lines (28 loc) · 887 Bytes
/
tidy.json
File metadata and controls
28 lines (28 loc) · 887 Bytes
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
{
"version": "5.8.0",
"description": "Tidy HTML and XML files",
"homepage": "https://www.html-tidy.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-win64.zip",
"hash": "ffb2f86484c66e70e6a6da369cb8f0f459ad2ffec7c7ca80d09a13445ee51a40",
"extract_dir": "tidy-5.8.0-win64\\bin"
}
},
"bin": "tidy.exe",
"checkver": {
"github": "https://github.com/htacg/tidy-html5"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-win64.zip",
"extract_dir": "tidy-$version-win64\\bin"
}
},
"hash": {
"url": "$url.sha256"
}
}
}