diff options
| author | Nibbles 2bits | 2012-01-31 09:30:53 -0800 | 
|---|---|---|
| committer | Jack Nagel | 2012-01-31 18:57:10 -0600 | 
| commit | f48147b8d8c0b67d00976ca61b5d45e8c78bf9d8 (patch) | |
| tree | 7ad0915ae91794339ba642e92354166bfa9f87cf /Library/Formula/doxygen.rb | |
| parent | 83fcb229b6510b1abe65a50df1d22618b383a62b (diff) | |
| download | homebrew-f48147b8d8c0b67d00976ca61b5d45e8c78bf9d8.tar.bz2 | |
doxygen 1.7.6.1
Update doxygen to version 1.7.6.1.  Tested on Lion & Snow Leopard.
Closes #9895.
Signed-off-by: Jack Nagel <jacknagel@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 a50c659e6..a918b50d5 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.5.1.src.tar.gz' +  url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.6.1.src.tar.gz' +  sha1 '6203d4423d12315f1094b56a4d7393347104bc4a'    homepage 'http://www.doxygen.org/' -  sha1 '15671defd1eefe255aa564b6f3097e30ab07ff55'    head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk'    def install  | 
