cppcheck: update to 2.11.1.

This commit is contained in:
Duncaen 2023-06-30 18:36:04 +02:00
parent a4ff89f808
commit b8eaf84acb
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,6 +1,6 @@
# Template file for 'cppcheck'
pkgname=cppcheck
version=2.11
version=2.11.1
revision=1
build_style=cmake
configure_args="
@ -19,7 +19,7 @@ license="GPL-3.0-or-later"
homepage="http://cppcheck.sourceforge.net"
changelog="https://sourceforge.net/p/cppcheck/news/"
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
checksum=ef7d77c16e6903834cc016986a60157918a90958e981863746a7f3147bfb94c6
checksum=fef6ef868d562d49136f158e1d0f7a38237e7e1c0a91d9189bdd465f1fe54316
export CXXFLAGS="-DNDEBUG"
@ -31,7 +31,6 @@ post_extract() {
if [ "$CROSS_BUILD" ]; then
vsed -e '/run-dmake/d' -i test/CMakeLists.txt -i cli/CMakeLists.txt
fi
vsed -e 's/"2.11"/"2.11.0"/' -i cmake/versions.cmake
}
post_install() {