Update tidy to 5.4.0

This commit is contained in:
Ross Smith II 2017-03-03 16:12:26 -08:00
parent bf4db18cc0
commit 19cba6c625

View File

@ -1,23 +1,21 @@
{ {
"architecture": { "architecture": {
"32bit": { "32bit": {
"extract_dir": "tidy-5.2.0-win32/bin", "hash": "3a4d634113ebf41c13a397cd201b5b84ccf41f9d34829eb57114fd098f1a47a4",
"hash": "94d653498b4f93b14f12a55ca06154e19c540c9b276e5d163f1cf84fa078f97a", "url": "https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-win32.zip"
"url": "http://binaries.html-tidy.org/binaries/tidy-5.2.0/tidy-5.2.0-win32.zip"
}, },
"64bit": { "64bit": {
"extract_dir": "tidy-5.2.0-win64/bin", "hash": "b01d8382ef6da124298e797a4dcc0ca24060aa29fb5fd1b384b598600a1d78fe",
"hash": "dd9fd814cc44bc2ffa9b9e547b1a6cbb42b6be7b9358542d3ee7f6e10b676423", "url": "https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-win64.zip"
"url": "http://binaries.html-tidy.org/binaries/tidy-5.2.0/tidy-5.2.0-win64.zip"
} }
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "http://binaries.html-tidy.org/binaries/tidy-$version/tidy-$version-win32.zip" "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-win32.zip"
}, },
"64bit": { "64bit": {
"url": "http://binaries.html-tidy.org/binaries/tidy-$version/tidy-$version-win64.zip" "url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-win64.zip"
} }
} }
}, },
@ -26,7 +24,8 @@
"github": "https://github.com/htacg/tidy-html5" "github": "https://github.com/htacg/tidy-html5"
}, },
"description": "Tidy HTML and XML files", "description": "Tidy HTML and XML files",
"extract_dir": "bin",
"homepage": "http://www.html-tidy.org/", "homepage": "http://www.html-tidy.org/",
"license": "http://www.html-tidy.org/documentation/#license", "license": "http://www.html-tidy.org/documentation/#license",
"version": "5.2.0" "version": "5.4.0"
} }