linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

35 lines
1.3 KiB
JSON

{
"version": "5.6.0",
"description": "Tidy HTML and XML files",
"homepage": "http://www.html-tidy.org/",
"license": "BSD-3-Clause",
"architecture": {
"32bit": {
"extract_dir": "tidy-5.6.0-vc14-32b/bin",
"hash": "03c8ae9359290a3523d9fd5131456e670d2bc2564fb20aed7c6456f86b8433e2",
"url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-32b.zip"
},
"64bit": {
"extract_dir": "tidy-5.6.0-vc14-64b/bin",
"hash": "59ac22427a3d759c72108814f6a8f0e98511b12f87744ca19e0a500a00687be8",
"url": "https://github.com/htacg/tidy-html5/releases/download/5.6.0/tidy-5.6.0-vc14-64b.zip"
}
},
"bin": "tidy.exe",
"checkver": {
"github": "https://github.com/htacg/tidy-html5"
},
"autoupdate": {
"architecture": {
"32bit": {
"extract_dir": "tidy-$version-vc14-32b/bin",
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-32b.zip"
},
"64bit": {
"extract_dir": "tidy-$version-vc14-64b/bin",
"url": "https://github.com/htacg/tidy-html5/releases/download/$version/tidy-$version-vc14-64b.zip"
}
}
}
}