Skip to content

Commit

Permalink
Merge pull request Homebrew#139467 from chenrui333/bump-clang-build-a…
Browse files Browse the repository at this point in the history
…nalyzer-1.5.0

clang-build-analyzer 1.5.0
  • Loading branch information
BrewTestBot authored Aug 13, 2023
2 parents 348f677 + 309c37e commit b8f24cd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/clang-build-analyzer.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
class ClangBuildAnalyzer < Formula
desc "Tool to analyze compilation time"
homepage "https://github.com/aras-p/ClangBuildAnalyzer"
url "https://github.com/aras-p/ClangBuildAnalyzer/archive/v1.4.1.tar.gz"
sha256 "bee3028091a41005a3e0988a1c6a1dbeb500ea45114bcc3244faada9fd551226"
url "https://github.com/aras-p/ClangBuildAnalyzer/archive/v1.5.0.tar.gz"
sha256 "c63aaf085bcb8086f97397c37f4b5af500b5874633ca2b2c7e66eb98d654ff76"
license all_of: ["Unlicense", "Zlib", "MIT", "BSL-1.0", "BSD-3-Clause", "Apache-2.0",
"BSD-2-Clause", "Apache-2.0" => { with: "LLVM-exception" }]
head "https://github.com/aras-p/ClangBuildAnalyzer.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce9947ee73afdc65b9d4448f37157f47c6c04c2ea6e1ae898b168961d8c31958"
sha256 cellar: :any_skip_relocation, arm64_monterey: "36bb9c617dcaf0b87ac3da660bde96b2decda0efc294363f41de983917b99ebd"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "dc921a909b2190cd523379d517feba97448726b701397f1a3bfcb85e26458d24"
sha256 cellar: :any_skip_relocation, ventura: "167521e0973aa7868a438baab81353a3f7e65c12e343b3a527b28b196263acea"
sha256 cellar: :any_skip_relocation, monterey: "56472176442afcd0b650ff79b1a1a4590141eb631bd7a67526dc597debb597f0"
sha256 cellar: :any_skip_relocation, big_sur: "16fe39935e3f80eedec4e8a8604ae0c4f3d5a34631e0e8eeb670246122b66d8f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "91f1cc3ff1ad0b28a9147ac0aeeeaeedcca689f870b1e8a109ed2cf5805ae1f2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e8e965cd93f4c6784554fb22ea5f38481c206e964612a0944994835adf66196"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b193fae6fcbfd27288032cb42fc65680205dd1459960d1b930bc585919b0a30e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "b5434cf1e70850de6ea97de9bc8bcd14eee35796515808242351e1434b95ae6a"
sha256 cellar: :any_skip_relocation, ventura: "efcf833391026cade52ace3bc25a34ae807f078aab68c6f5224ace21fe217b3a"
sha256 cellar: :any_skip_relocation, monterey: "0ec3710ce4eb2592808e14283294e057413d6375bae5c70344d5d4987f8b10e0"
sha256 cellar: :any_skip_relocation, big_sur: "fc16233d0ba32390ef2057f28c3a7d8f663d64f6f10c2ea66c854e27e6389aa8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "12d49dd51ba5c2e8d559d5698ce8ca0fc4f13c9ac64f34c99ac57e037e5dc8fc"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit b8f24cd

Please sign in to comment.