diff options
| author | Alexis Hildebrandt | 2011-04-27 22:38:43 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-04-29 08:53:03 -0700 | 
| commit | 45e511bff9ab81006ae533cd54e68c77d7c826e2 (patch) | |
| tree | fad39bf5b465a6f9bd6f1a503a903cee3a86456b | |
| parent | 3e25cf1cd599c6643b4e67ce14850341d9e1e544 (diff) | |
| download | homebrew-45e511bff9ab81006ae533cd54e68c77d7c826e2.tar.bz2 | |
doxygen 1.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/doxygen.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index 4183ca090..0968551a8 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -1,9 +1,9 @@  require 'formula'  class Doxygen < Formula -  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.3.src.tar.gz' +  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.4.src.tar.gz'    homepage 'http://www.doxygen.org/' -  md5 '6cc5ad566dbec5cf843dc600b1162808' +  md5 'ff908759ff7cd9464424b04ae6c68e48'    head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk'    def install  | 
