rtags 2.3
This commit is contained in:
parent
89aa9d6adc
commit
b6e9fbf474
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Rtags < Formula
|
|||
desc "ctags-like source code cross-referencer with a clang frontend"
|
||||
homepage "https://github.com/Andersbakken/rtags"
|
||||
url "https://github.com/Andersbakken/rtags.git",
|
||||
:tag => "v2.2",
|
||||
:revision => "925a188e4038fa6e4a7c8ea4d30d682609c46578"
|
||||
:tag => "v2.3",
|
||||
:revision => "da75268b1caa973402ab17e501718da7fc748b34"
|
||||
|
||||
head "https://github.com/Andersbakken/rtags.git"
|
||||
|
||||
|
@ -14,7 +14,7 @@ class Rtags < Formula
|
|||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "llvm" => "with-clang"
|
||||
depends_on "llvm"
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue