doxygen: new version (#22452)

This commit is contained in:
Robert Mijakovic 2021-03-22 15:00:31 +01:00 committed by GitHub
parent c128c58a93
commit 28f2349d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ class Doxygen(CMakePackage):
git = "https://github.com/doxygen/doxygen.git" git = "https://github.com/doxygen/doxygen.git"
# Doxygen versions on GitHub # Doxygen versions on GitHub
version('1.9.1', commit='ef9b20ac7f8a8621fcfc299f8bd0b80422390f4b')
version('1.9.0', commit='71777ff3973331bd9453870593a762e184ba9f78')
version('1.8.20', commit='f246dd2f1c58eea39ea3f50c108019e4d4137bd5') version('1.8.20', commit='f246dd2f1c58eea39ea3f50c108019e4d4137bd5')
version('1.8.17', commit='b5fa3cd1c6e6240e20d3b80a70e3f04040b32021') version('1.8.17', commit='b5fa3cd1c6e6240e20d3b80a70e3f04040b32021')
version('1.8.16', commit='cfd73d5c4d1a66c620a3b7c08b72a3f3c3f94255') version('1.8.16', commit='cfd73d5c4d1a66c620a3b7c08b72a3f3c3f94255')