ccls: revision bump (llvm 15.0.0)

master
Carlo Cabrera 2022-08-22 09:31:39 +08:00 committed by BrewTestBot
parent e4f7ded761
commit 531515f5ae
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 4 deletions

View File

@ -4,6 +4,7 @@ class Ccls < Formula
url "https://github.com/MaskRay/ccls/archive/0.20220729.tar.gz"
sha256 "af19be36597c2a38b526ce7138c72a64c7fb63827830c4cff92256151fc7a6f4"
license "Apache-2.0"
revision 1
head "https://github.com/MaskRay/ccls.git", branch: "master"
bottle do
@ -20,10 +21,6 @@ class Ccls < Formula
depends_on "llvm"
depends_on macos: :high_sierra # C++ 17 is required
on_linux do
depends_on "gcc"
end
fails_with gcc: "5"
def llvm