doxygen 1.8.9
Closes Homebrew/homebrew#35350. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
bfccefed31
commit
0c00e8cffa
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
require "formula"
|
||||
|
||||
class Doxygen < Formula
|
||||
homepage "http://www.doxygen.org/"
|
||||
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"
|
||||
url "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.9.src.tar.gz"
|
||||
mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.9/doxygen-1.8.9.src.tar.gz"
|
||||
sha1 "b447251d32343ecf867f0a20cb63da4b478bfbab"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue