mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
cppcheck: update to 2.15.0.
This commit is contained in:
parent
5cfac5989f
commit
5561460efe
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cppcheck'
|
# Template file for 'cppcheck'
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
version=2.14.2
|
version=2.15.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -18,8 +18,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://cppcheck.sourceforge.net"
|
homepage="http://cppcheck.sourceforge.net"
|
||||||
changelog="https://sourceforge.net/p/cppcheck/news/"
|
changelog="https://sourceforge.net/p/cppcheck/news/"
|
||||||
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
|
distfiles="https://github.com/danmar/cppcheck/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00
|
checksum=98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb
|
||||||
|
|
||||||
export CXXFLAGS="-DNDEBUG"
|
export CXXFLAGS="-DNDEBUG"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue