doxygen: Update to version 1.9.3, remove 32bit support (#3421)

This commit is contained in:
tech189 2022-03-23 02:46:47 +00:00 committed by GitHub
parent 4a835768b7
commit 11f639e3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
{ {
"version": "1.9.2", "version": "1.9.3",
"description": "Documentation generator from annotated source code.", "description": "Documentation generator from annotated source code.",
"homepage": "http://www.doxygen.nl/", "homepage": "http://www.doxygen.nl/",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://doxygen.nl/files/doxygen-1.9.2.windows.x64.bin.zip", "url": "http://doxygen.nl/files/doxygen-1.9.3.windows.x64.bin.zip",
"hash": "9acc9f0f3e1141d5a9f80191290b2d1c441e7e2788095b691de5efc406d1a3db" "hash": "575b1a27cb907675d24f2c348a4d95d9cdd6a2000f6a8d8bfc4c3a20b2e120f5"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-1.9.2.windows.bin.zip",
"hash": "8b3b46ef2f3ebf8392ec2ae9386ca64b65de33e8c2c56d4e9d3c55c4f6b1c3fc"
} }
}, },
"bin": [ "bin": [
@ -26,9 +22,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip" "url": "http://doxygen.nl/files/doxygen-$version.windows.x64.bin.zip"
},
"32bit": {
"url": "http://doxygen.nl/files/doxygen-$version.windows.bin.zip"
} }
} }
} }