diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-21 08:54:25 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-21 21:56:17 +0000 |
commit | bf6f8da9c68bc5035745d2d9cf532f3a4118956a (patch) | |
tree | a7e0b1fe753ea9e0526dfb62a77819e1413c3fa8 /cppcheck | |
parent | a03a6d2330286f80bd2e747c6f274819f168d4bd (diff) | |
download | contrib-bf6f8da9c68bc5035745d2d9cf532f3a4118956a.tar.gz contrib-bf6f8da9c68bc5035745d2d9cf532f3a4118956a.tar.xz |
cppcheck: 2.2 -> 2.3
Diffstat (limited to 'cppcheck')
-rw-r--r-- | cppcheck/.footprint | 5 | ||||
-rw-r--r-- | cppcheck/.signature | 8 | ||||
-rw-r--r-- | cppcheck/Pkgfile | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/cppcheck/.footprint b/cppcheck/.footprint index 03068009c..d68b46136 100644 --- a/cppcheck/.footprint +++ b/cppcheck/.footprint @@ -64,7 +64,12 @@ drwxr-xr-x root/root usr/share/cppcheck/platforms/ -rw-r--r-- root/root usr/share/cppcheck/platforms/arm64-wchar_t4.xml -rw-r--r-- root/root usr/share/cppcheck/platforms/avr8.xml -rw-r--r-- root/root usr/share/cppcheck/platforms/cray_sv1.xml +-rw-r--r-- root/root usr/share/cppcheck/platforms/elbrus-e1cp.xml +-rw-r--r-- root/root usr/share/cppcheck/platforms/mips32.xml -rw-r--r-- root/root usr/share/cppcheck/platforms/msp430_eabi_large_datamodel.xml +-rw-r--r-- root/root usr/share/cppcheck/platforms/pic16.xml +-rw-r--r-- root/root usr/share/cppcheck/platforms/pic8-enhanced.xml +-rw-r--r-- root/root usr/share/cppcheck/platforms/pic8.xml -rw-r--r-- root/root usr/share/cppcheck/platforms/unix32-unsigned.xml -rw-r--r-- root/root usr/share/cppcheck/platforms/unix64-unsigned.xml drwxr-xr-x root/root usr/share/man/ diff --git a/cppcheck/.signature b/cppcheck/.signature index 6e0f6f094..10a26502c 100644 --- a/cppcheck/.signature +++ b/cppcheck/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31uPNk7ecV0MeQbKhdsrf5vUvaTrgFTTNMHNwDN062ZIhttkeZ918kyMySZ9Mh+J4gBnrLW3uVy2t4bt+5zJlAM= -SHA256 (Pkgfile) = ad4ae9c421a25a5f5725f7c65151e5791f2298f79383dcd1558e132c58734ad5 -SHA256 (.footprint) = 091c00bcded5a574eaf34acb0bb53684e7b69cf4588a72449515cdb20c1b1285 -SHA256 (cppcheck-2.2.tar.gz) = ad96290a1842c5934bf9c4268cb270953f3078d4ce33a9a53922d6cb6daf61aa +RWSagIOpLGJF3yU/k3LiF4I1zv+Von9SDSEXTC3Lun0O/+d8P0RZVbec0wuEcPj7ALhy1j9XVXxXU66y70RN0ApBDsDp/kc4pgE= +SHA256 (Pkgfile) = 916c4ad49f15089539656f5d95e4369032fc34547246ad31a39545ca2694d010 +SHA256 (.footprint) = 43b976e18c2cd59a718d5f5b327f5465b0702d62c782a4c277f16ee7a7d330e6 +SHA256 (cppcheck-2.3.tar.gz) = 3c622628ebf46f68909c7a96743b07b6207894a0772fbe802603732152ab1035 diff --git a/cppcheck/Pkgfile b/cppcheck/Pkgfile index 91bd4e334..ad157ad9b 100644 --- a/cppcheck/Pkgfile +++ b/cppcheck/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre python3-pygments docbook-xsl name=cppcheck -version=2.2 +version=2.3 release=1 source=(https://github.com/danmar/$name/archive/$version/$name-$version.tar.gz) |