Skip to content

Commit

Permalink
Merge pull request #150239 from chenrui333/bump-cppinsights-16.0
Browse files Browse the repository at this point in the history
cppinsights 16.0
  • Loading branch information
BrewTestBot authored Oct 11, 2023
2 parents c397abf + 5f0ebc0 commit f07c37d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cppinsights.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Cppinsights < Formula
desc "See your source code with the eyes of a compiler"
homepage "https://cppinsights.io/"
url "https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_0.10.tar.gz"
sha256 "996d6f219600d03f2be1e2e34adb23ae57a591b6ef7bf4582cb74042fce430f9"
url "https://github.com/andreasfertig/cppinsights/archive/refs/tags/v_16.0.tar.gz"
sha256 "5cb850ed35f33edb322ec5ddd7ddca9caec6eefb7550632226630e70f6ab4e0e"
license "MIT"

bottle do
sha256 cellar: :any, arm64_sonoma: "5a3c034593d27d5c39efbedd5e4e40704bdff1d3039d5deabe615276531125e6"
sha256 cellar: :any, arm64_ventura: "406ea9f2f6f4c61d5a945f12fafc9c7f9ec4592267e7d30fbac15d3a72837b4d"
sha256 cellar: :any, arm64_monterey: "eec90bbbc11c4bdf18e09eb4ccef7926edc437d9a47abe348cbc9bf503286826"
sha256 cellar: :any, sonoma: "13de2da8490520bad71dfb1d2f5f4b0b5253ab413feae58de64d72133b388647"
sha256 cellar: :any, ventura: "e3b6a90e8004cb402fcbbbba58831d3efa0b50e671619c7aa0e4edec42503aea"
sha256 cellar: :any, monterey: "59aa5557589e57e98f48d028b6262c8add3e060d542d117c48912c5f12048d04"
sha256 cellar: :any_skip_relocation, x86_64_linux: "36f213e23e4c4ed8408427ccdd9bd9c172be39ffd9b19eacda32d6a0d0f1019f"
sha256 cellar: :any, arm64_sonoma: "293ecb3c46a19a801a37ddfa6ea895fa089797ef162e0e9fd1e77f612051a564"
sha256 cellar: :any, arm64_ventura: "5ab1d9de4049a99e9a8088dd6974d8a45a907a74f3ff68d020561ed63bf8e720"
sha256 cellar: :any, arm64_monterey: "647f8bd4d0017abc35fe1823809803ede2b992a69d05ec563faccf0ec2ba3b87"
sha256 cellar: :any, sonoma: "63cc9e027a29042a96e8c83e431d9995dfc5ee077c96fed3f74b910abf7eb918"
sha256 cellar: :any, ventura: "82273e5e3485622be08eee1a91f343b43ea120ed3249f3f79ffd72407e8f75bf"
sha256 cellar: :any, monterey: "3ca4650fdc61a89df1a2a1decff56f967a064d642a1dd931123c4207b545d16c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d1a660e983e603a38d3614dd283d26a2b569864b8fa59626190e0f8ac33de09"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit f07c37d

Please sign in to comment.