Date: Wednesday, July 13, 2022 @ 00:04:36 Author: grawlinson Revision: 1251680
upgpkg: cppcheck 2.8.2-1; new upstream release Modified: cppcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-12 23:31:46 UTC (rev 1251679) +++ PKGBUILD 2022-07-13 00:04:36 UTC (rev 1251680) @@ -3,7 +3,7 @@ # Contributor: Stéphane Gaudreault <[email protected]> pkgname=cppcheck -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 pkgdesc='A tool for static C/C++ code analysis' arch=('x86_64') @@ -29,7 +29,7 @@ 'clang: for cppcheck-gui integration' ) options=('debug') -_commit='ac38e9fdb30f242f9bd66b9552db14561885931c' +_commit='70b3cc7638c361383946390564ea4c77c813df48' source=( "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit" 'translations-location.patch'
