Date: Tuesday, November 22, 2022 @ 05:50:47 Author: grawlinson Revision: 1351445
upgpkg: cppcheck 2.9.3-1; new upstream release Modified: cppcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-22 04:00:07 UTC (rev 1351444) +++ PKGBUILD 2022-11-22 05:50:47 UTC (rev 1351445) @@ -3,7 +3,7 @@ # Contributor: Stéphane Gaudreault <[email protected]> pkgname=cppcheck -pkgver=2.9.2 +pkgver=2.9.3 pkgrel=1 pkgdesc='A tool for static C/C++ code analysis' arch=('x86_64') @@ -30,7 +30,7 @@ 'clang: for cppcheck-gui integration' ) options=('debug') -_commit='caa6ff7c2a6ef64df53e04701944aaa4712a1915' +_commit='577d07360e42c302ce49d1096059d982cf380c4f' source=( "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit" 'translations-location.patch'
