Date: Monday, August 29, 2022 @ 08:20:22 Author: grawlinson Revision: 1285166
upgpkg: cppcheck 2.9-1; new upstream release Modified: cppcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 07:55:34 UTC (rev 1285165) +++ PKGBUILD 2022-08-29 08:20:22 UTC (rev 1285166) @@ -3,7 +3,7 @@ # Contributor: Stéphane Gaudreault <[email protected]> pkgname=cppcheck -pkgver=2.8.2 +pkgver=2.9 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='70b3cc7638c361383946390564ea4c77c813df48' +_commit='aca3f6fefa6d6b8c5915f15035c7e5908961f6f1' source=( "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit" 'translations-location.patch'
