doxygen: URL and version hashes updated to project's GitHub home (#10250)
* Update package.py Doxygen has migrated from a private SVN to GitHub. This PR updates the URLs and adds versioned commit hashes from GitHub. It also includes version 1.8.15 as the latest option. * Update package.py
This commit is contained in:
parent
c4521535e7
commit
3b59f70751
@ -13,13 +13,15 @@ class Doxygen(CMakePackage):
|
||||
Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some
|
||||
extent D.."""
|
||||
|
||||
homepage = "http://www.doxygen.nl/"
|
||||
url = "https://sourceforge.net/projects/doxygen/files/rel-1.8.14/doxygen-1.8.14.src.tar.gz/download"
|
||||
homepage = "https://github.com/doxygen/doxygen/"
|
||||
git = "https://github.com/doxygen/doxygen.git"
|
||||
|
||||
version('1.8.14', '41d8821133e8d8104280030553e2b42b')
|
||||
version('1.8.12', '08e0f7850c4d22cb5188da226b209a96')
|
||||
version('1.8.11', 'f4697a444feaed739cfa2f0644abc19b')
|
||||
version('1.8.10', '79767ccd986f12a0f949015efb5f058f')
|
||||
# Doxygen versions on GitHub
|
||||
version('1.8.15', commit='dc89ac01407c24142698c1374610f2cee1fbf200')
|
||||
version('1.8.14', commit='2f4139de014bf03898320a45fe52c92872c1e0f4')
|
||||
version('1.8.12', commit='4951df8d0d0acf843b4147136f945504b96536e7')
|
||||
version('1.8.11', commit='a6d4f4df45febe588c38de37641513fd576b998f')
|
||||
version('1.8.10', commit='fdae7519a2e29f94e65c0e718513343f07302ddb')
|
||||
|
||||
# graphviz appears to be a run-time optional dependency
|
||||
variant('graphviz', default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user