diff options
| author | kbinani | 2014-12-01 21:04:24 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-12-02 17:00:20 -0500 |
| commit | 4d5183834ae1a2d3108944c7199846d5594f9e68 (patch) | |
| tree | cc83e1f6d64910011e8296c1ed412268849a98d0 /Library/Formula | |
| parent | 9d7c1a80cfafc2c3bafcd65c60b80bf15e41bef9 (diff) | |
| download | homebrew-4d5183834ae1a2d3108944c7199846d5594f9e68.tar.bz2 | |
doxygen: update head repository URL
Official repository was moved from SF.net to GitHub since doxygen 1.8.5.
Closes #34584.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/doxygen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index a120961c7..99e79ac27 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -2,7 +2,7 @@ require "formula" class Doxygen < Formula homepage "http://www.doxygen.org/" - head "https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk" + head "https://github.com/doxygen/doxygen.git" url "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.8.src.tar.gz" mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.8/doxygen-1.8.8.src.tar.gz" sha1 "cd511c73e7669dde5ac3e14a5d1abae093aaf1d9" |
