cppcheck 2.3
Closes #66336. Signed-off-by: FX Coudert <fxcoudert@gmail.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
2afac98cf1
commit
d748df899a
|
@ -1,10 +1,9 @@
|
||||||
class Cppcheck < Formula
|
class Cppcheck < Formula
|
||||||
desc "Static analysis of C and C++ code"
|
desc "Static analysis of C and C++ code"
|
||||||
homepage "https://sourceforge.net/projects/cppcheck/"
|
homepage "https://sourceforge.net/projects/cppcheck/"
|
||||||
url "https://github.com/danmar/cppcheck/archive/2.2.tar.gz"
|
url "https://github.com/danmar/cppcheck/archive/2.3.tar.gz"
|
||||||
sha256 "ad96290a1842c5934bf9c4268cb270953f3078d4ce33a9a53922d6cb6daf61aa"
|
sha256 "3c622628ebf46f68909c7a96743b07b6207894a0772fbe802603732152ab1035"
|
||||||
license "GPL-3.0-or-later"
|
license "GPL-3.0-or-later"
|
||||||
revision 1
|
|
||||||
head "https://github.com/danmar/cppcheck.git"
|
head "https://github.com/danmar/cppcheck.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in New Issue