Skip to content

Commit 7256ffa

Browse files
authored
Merge pull request #197146 from Homebrew/bump-ccls-0.20241108
ccls 0.20241108
2 parents eba2c32 + 894207a commit 7256ffa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/ccls.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ class Ccls < Formula
66
# https://github.com/Homebrew/homebrew-core/pull/106939
77
# https://github.com/MaskRay/ccls/issues/786
88
# https://github.com/MaskRay/ccls/issues/895
9-
url "https://github.com/MaskRay/ccls/archive/refs/tags/0.20240505.tar.gz"
10-
sha256 "4ea6d90a9f93d5503e59c3bd0e5568ab262ff3dcf1b7539b50a0ede4a0e32fea"
9+
url "https://github.com/MaskRay/ccls/archive/refs/tags/0.20241108.tar.gz"
10+
sha256 "76224663c3554eef9102dca66d804874d0252312d7c7d02941c615c87dcb68af"
1111
license "Apache-2.0"
1212
head "https://github.com/MaskRay/ccls.git", branch: "master"
1313

1414
bottle do
15-
sha256 arm64_sequoia: "dd72e908ed43995d6078af01f9f8021cc61799445271d3a040e63e056b230a7f"
16-
sha256 arm64_sonoma: "d150928cd70c213296534660ec53275dd35434863c11546978b19be11ba8078e"
17-
sha256 arm64_ventura: "ceff1c27a290bce123dab0bdf9b15644b372f6f2d4c14a03104a01bd13eccd40"
18-
sha256 sonoma: "74a2bbdcfd5fe6ed74bc05e17af99edd7ca22e0d264d71aa4624e2c64f60cc95"
19-
sha256 ventura: "cdfec2cf7d5027ac4ebf5dc41ffac54b2a41c8a14fe55a02f8c7edffaa96a867"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "30f6d1754edadb51e6f534c6624b00af338e61fca00abfbf2b296522c356b14a"
15+
sha256 arm64_sequoia: "ece6c26479841524dee0e88a2bf2a777b2574467634a97d97d24faeb727105cc"
16+
sha256 arm64_sonoma: "e9df0aaf48436855c03f38a7119c9d907c06965a57274fc5448e909ec8e1254a"
17+
sha256 arm64_ventura: "0f697d60ca786fc5c27e35d9d00fffffcb0d0b72d5344d6d8bd3708c0ebb64d4"
18+
sha256 sonoma: "0c9bbd4d249e1798109104f2952ca47e80e50b68f4203d2641bd5d41e867c8b2"
19+
sha256 ventura: "6715ce158c2e09795f2d083013bbdf0ca3aa6d3399d91946d3db786decadead4"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d4e878b4bccc6d9e2a5c50e06ddf834c1a4c7de4ca1e64d4f4961ceb4ef36993"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)