diff options
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  | 
