Skip to content

Commit

Permalink
Merge pull request Homebrew#193002 from branchvincent/bump-cpplint-2.0.0
Browse files Browse the repository at this point in the history
cpplint 2.0.0
  • Loading branch information
BrewTestBot authored Oct 6, 2024
2 parents 921ddca + 7db6d71 commit bb64d37
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Formula/c/cpplint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@ class Cpplint < Formula

desc "Static code checker for C++"
homepage "https://pypi.org/project/cpplint/"
url "https://files.pythonhosted.org/packages/18/72/ea0f4035bcf35d8f8df053657d7f3370d56ff4d4e6617021b6544b9958d4/cpplint-1.6.1.tar.gz"
sha256 "d430ce8f67afc1839340e60daa89e90de08b874bc27149833077bba726dfc13a"
url "https://files.pythonhosted.org/packages/e7/1d/6965acf4f85495956ebdb80ab2cafd803e39ba866b8370618a120d72938b/cpplint-2.0.0.tar.gz"
sha256 "330daf6bf9a9006b9161af6693661df8f8373d54b2ea6527cd515a8e61d41abb"
license "Apache-2.0"

bottle do
rebuild 5
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a520db08cb75abe19ed23000c038712f423b26212d425b0a4495d18c36fd4dd1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1ebcdaadbf95e043eee26a5e61ef099d163f02b1024bfd6a48e25b43bb1e40a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "160d2679081ce1941f4c026ae9808ad2b7611afb937b6a3536b00be8709796f5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5ae38619920a9e68a04561d58ddfdbdca7a214beaa4f2d7a0a53a37c1da3e4db"
sha256 cellar: :any_skip_relocation, sonoma: "491893d9094e7f1565ae342c8aceecde9f7ccbc011fe10546b2690507bd8fee1"
sha256 cellar: :any_skip_relocation, ventura: "4e6456089c2d047c90d1533bbe3ea2be9fe341ed595c990eeff4a4f44b31be6a"
sha256 cellar: :any_skip_relocation, monterey: "5f433ee51e12a95f15dae3023877f3e84a6cb87ae27cc20f7052a5de39e9d7df"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7f80a3e8068bebc91afb5c7cb391aaddc15bc098ae7f5698a4b5bfbd09439dc"
sha256 cellar: :any_skip_relocation, all: "3ded04a7bbc125e6c0117de4b193c16f2d26468159d0c895ce0555d723c78a10"
end

depends_on "[email protected]"
Expand Down

0 comments on commit bb64d37

Please sign in to comment.