doxygen 1.8.15
Closes #35508. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
e0cd954f73
commit
be89a0ff8e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
class Doxygen < Formula
|
class Doxygen < Formula
|
||||||
desc "Generate documentation for several programming languages"
|
desc "Generate documentation for several programming languages"
|
||||||
homepage "http://www.doxygen.org/"
|
homepage "http://www.doxygen.org/"
|
||||||
url "https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.src.tar.gz"
|
url "http://doxygen.nl/files/doxygen-1.8.15.src.tar.gz"
|
||||||
mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.14/doxygen-1.8.14.src.tar.gz"
|
mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.15/doxygen-1.8.15.src.tar.gz"
|
||||||
sha256 "d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d"
|
sha256 "bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d"
|
||||||
head "https://github.com/doxygen/doxygen.git"
|
head "https://github.com/doxygen/doxygen.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue