doxygen: update head repository URL
Official repository was moved from SF.net to GitHub since doxygen 1.8.5. Closes Homebrew/homebrew#34584. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d27bb482a6
commit
703dac9e97
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue