diff options
| author | Hargobind S. Khalsa | 2010-06-25 11:15:24 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-06-25 12:21:34 -0700 | 
| commit | f9a7e2a14d5edd297ac561bc4f6e0b3577e811e9 (patch) | |
| tree | 3e143176a4b9d1c982ba82876fe93270e6d99c16 /Library/Formula/doxygen.rb | |
| parent | 7b8886368284973ae84b093d21d8a1dec53758d1 (diff) | |
| download | homebrew-f9a7e2a14d5edd297ac561bc4f6e0b3577e811e9.tar.bz2 | |
Update doxygen to 1.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/doxygen.rb')
| -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 c09a359db..cc54068d8 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.6.3.src.tar.gz' +  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.1.src.tar.gz'    homepage 'http://www.doxygen.org/' -  md5 '2d6ea20a9d850d94321cee78bab7bb87' +  md5 '13e76e10fb55581a16ee04de35c264f0'    def install      system "./configure", "--prefix", prefix  | 
