gnu: cppcheck: Update to 2.10.3.
* gnu/packages/check.scm (cppcheck): Update to 2.10.3. [home-page]: Update to new home-page.master
parent
8720e22fd0
commit
2bf96f2d9e
|
@ -737,7 +737,7 @@ format.")
|
||||||
(define-public cppcheck
|
(define-public cppcheck
|
||||||
(package
|
(package
|
||||||
(name "cppcheck")
|
(name "cppcheck")
|
||||||
(version "2.10")
|
(version "2.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -745,12 +745,12 @@ format.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0riq7jlv21v2p77r01i36ll3klbgnkpsfk1wx4q8p1v5h5zgkkaa"))
|
(base32 "1xfxcg00rxjrb9m2k78yd3jjlldkciv67fsbmjb6n3l43hgfxb9k"))
|
||||||
(patches (search-patches "cppcheck-disable-char-signedness-test.patch"))))
|
(patches (search-patches "cppcheck-disable-char-signedness-test.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_TESTS=ON")))
|
'(#:configure-flags '("-DBUILD_TESTS=ON")))
|
||||||
(home-page "http://cppcheck.sourceforge.net")
|
(home-page "https://cppcheck.sourceforge.io")
|
||||||
(synopsis "Static C/C++ code analyzer")
|
(synopsis "Static C/C++ code analyzer")
|
||||||
(description "Cppcheck is a static code analyzer for C and C++. Unlike
|
(description "Cppcheck is a static code analyzer for C and C++. Unlike
|
||||||
C/C++ compilers and many other analysis tools it does not detect syntax errors
|
C/C++ compilers and many other analysis tools it does not detect syntax errors
|
||||||
|
|
Reference in New Issue