From cd40bed1d8b6ffec222ef9a90a979249157f403c Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 6 Oct 2024 15:28:39 -0700 Subject: [PATCH 1/2] cpplint 2.0.0 --- Formula/c/cpplint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cpplint.rb b/Formula/c/cpplint.rb index e77432488b697..7b3c0bba6d138 100644 --- a/Formula/c/cpplint.rb +++ b/Formula/c/cpplint.rb @@ -3,8 +3,8 @@ 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 From 7db6d71bf3a1b2339e206da2f73f1dad5029318e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:47:50 +0000 Subject: [PATCH 2/2] cpplint: update 2.0.0 bottle. --- Formula/c/cpplint.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Formula/c/cpplint.rb b/Formula/c/cpplint.rb index 7b3c0bba6d138..d2ee0d688a4d2 100644 --- a/Formula/c/cpplint.rb +++ b/Formula/c/cpplint.rb @@ -8,15 +8,7 @@ class Cpplint < Formula 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 "python@3.12"