tidy: Update to version 5.8.0

This commit is contained in:
Jakub Čábera 2021-09-02 21:39:02 -07:00
parent 18f83aa26d
commit 877845868a

View File

@ -1,18 +1,13 @@
{
"version": "5.6.0",
"version": "5.8.0",
"description": "Tidy HTML and XML files",
"homepage": "http://www.html-tidy.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-64b.zip",
"hash": "59ac22427a3d759c72108814f6a8f0e98511b12f87744ca19e0a500a00687be8",
"extract_dir": "tidy-5.6.0-vc14-64b\\bin"
},
"32bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-32b.zip",
"hash": "03c8ae9359290a3523d9fd5131456e670d2bc2564fb20aed7c6456f86b8433e2",
"extract_dir": "tidy-5.6.0-vc14-32b\\bin"
"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",
@ -22,16 +17,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-64b.zip",
"extract_dir": "tidy-$version-vc14-64b\\bin"
},
"32bit": {
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-32b.zip",
"extract_dir": "tidy-$version-vc14-32b\\bin"
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-win64.zip",
"extract_dir": "tidy-$version-win64\\bin"
}
},
"hash": {
"url": "$url.SHA256"
"url": "$url.sha256"
}
}
}