diff options
| author | Alexis Hildebrandt | 2011-02-16 12:43:13 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-02-17 08:18:22 -0800 | 
| commit | 7c27cf4be59dce2cb92525541ad4cd13cff93d4e (patch) | |
| tree | 31e2f70ba39b4e0c8e4e15d07b4563207afb27a4 /Library/Formula/doxygen.rb | |
| parent | 43a7955866c8b05a45938de376e80a89b351c0ea (diff) | |
| download | homebrew-7c27cf4be59dce2cb92525541ad4cd13cff93d4e.tar.bz2 | |
Update Formula: doxygen
Version bump to 1.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/doxygen.rb')
| -rw-r--r-- | Library/Formula/doxygen.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index 97513a712..297f1ce41 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -1,10 +1,9 @@  require 'formula'  class Doxygen <Formula -  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.2.src.tar.gz' +  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.3.src.tar.gz'    homepage 'http://www.doxygen.org/' -  md5 'd5f3e32474186abc64288db6b8ffd7f0' - +  md5 '6cc5ad566dbec5cf843dc600b1162808'    head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk'    def install  | 
