Skip to content

Commit ecfdb6d

Browse files
committed
doxygen 1.14.0
1 parent 07dc8b6 commit ecfdb6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/d/doxygen.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Doxygen < Formula
22
desc "Generate documentation for several programming languages"
33
homepage "https://www.doxygen.nl/"
4-
url "https://doxygen.nl/files/doxygen-1.13.2.src.tar.gz"
5-
mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.13.2/doxygen-1.13.2.src.tar.gz"
6-
sha256 "3a25e3386c26ea5494c784e946327225debfbc5dbfa8b13549010a315aace66d"
4+
url "https://doxygen.nl/files/doxygen-1.14.0.src.tar.gz"
5+
mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.14.0/doxygen-1.14.0.src.tar.gz"
6+
sha256 "d4536d11ab13037327d8d026b75f5a86b7ccb2093e2f546235faf61fd86e6b5d"
77
license "GPL-2.0-only"
88
head "https://github.com/doxygen/doxygen.git", branch: "master"
99

0 commit comments

Comments
 (0)