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.0 KiB
JSON

{
"homepage": "http://www.doxygen.nl/",
"license": "GPL-2.0-only",
"version": "1.8.15",
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.15.windows.x64.bin.zip",
"hash": "911327b393c5068a5b34063f12a9bacb0ab536c12b5843e98b10f6da906f9214"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-1.8.15.windows.bin.zip",
"hash": "b34b82e0e036e0ebefc609c78f9ff5de305abac0330b9356acc91e57f77b1f59"
}
},
"bin": [
"doxygen.exe",
"doxyindexer.exe",
"doxysearch.cgi.exe"
],
"checkver": {
"url": "http://www.doxygen.nl/download.html",
"re": "The latest version of doxygen is ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip"
}
}
}
}