ccls: revision bump (llvm 15.0.1)

master
Carlo Cabrera 2022-09-22 12:20:03 +08:00 committed by BrewTestBot
parent 80a8abb95d
commit 14593ca492
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
class Ccls < Formula
desc "C/C++/ObjC language server"
homepage "https://github.com/MaskRay/ccls"
# NOTE: Upstream often does not mark the latest release on GitHub, so
# this can be updated with the new tag.
# https://github.com/Homebrew/homebrew-core/pull/106939
# https://github.com/MaskRay/ccls/issues/786
# https://github.com/MaskRay/ccls/issues/895
url "https://github.com/MaskRay/ccls/archive/0.20220729.tar.gz"
sha256 "af19be36597c2a38b526ce7138c72a64c7fb63827830c4cff92256151fc7a6f4"
license "Apache-2.0"
revision 1
revision 2
head "https://github.com/MaskRay/ccls.git", branch: "master"
bottle do