extra/cppcheck to 2.14.2-1

This commit is contained in:
David Beauchamp 2024-07-11 08:42:33 -04:00
parent 34c28737cf
commit 082216d003
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cppcheck pkgbase = cppcheck
pkgdesc = A tool for static C/C++ code analysis pkgdesc = A tool for static C/C++ code analysis
pkgver = 2.14.1 pkgver = 2.14.2
pkgrel = 1 pkgrel = 1
url = http://cppcheck.sourceforge.net/ url = http://cppcheck.sourceforge.net/
arch = x86_64 arch = x86_64
@ -20,11 +20,11 @@ pkgbase = cppcheck
optdepends = qt6-tools: run cppcheck-gui optdepends = qt6-tools: run cppcheck-gui
optdepends = python-pygments: cppcheck-htmlreport optdepends = python-pygments: cppcheck-htmlreport
optdepends = clang: for cppcheck-gui integration optdepends = clang: for cppcheck-gui integration
source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.14.1 source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.14.2
source = translations-location.patch source = translations-location.patch
sha512sums = a36733ed0906aff8d7d1bff6aa0a43f1d79fad9f48ecfa1f8f69c6ae13d5a099bd7d18cc4e30b3e4dc3a1cb24ad8e0855403eb6c90e5525e50661cd4eda792a4 sha512sums = 6391d7ab4a2250db0a7b9d67234fa2e212777a3f9754c3f7eeaac3b0c4ca39bf12cda01265f84c704f7fa4a506f525bbea132c4770a5e93be7d70a89e8915a6d
sha512sums = d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae sha512sums = d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
b2sums = 75ece358f442aa27f6224a6eaba1915c9a122613906fbd6457443d4af3eede6d4897a737acfa0fcd8c10b820a13fcf6f9badc808386e98486c34ca06551aaef3 b2sums = 5e5be5c4260b65ca8dd98392118b81bf532c03177acf0a9af6be5225f2652e5b83bcc1f1d60155acedc2fa20c95851ea70160e372279f47de933396199688536
b2sums = 8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f b2sums = 8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
pkgname = cppcheck pkgname = cppcheck

View file

@ -6,7 +6,7 @@
# - remove makedepend on pandoc, don't generate manuals, don't install manuals we didn't generate # - remove makedepend on pandoc, don't generate manuals, don't install manuals we didn't generate
pkgname=cppcheck pkgname=cppcheck
pkgver=2.14.1 pkgver=2.14.2
pkgrel=1 pkgrel=1
pkgdesc='A tool for static C/C++ code analysis' pkgdesc='A tool for static C/C++ code analysis'
arch=('x86_64') arch=('x86_64')
@ -36,9 +36,9 @@ source=(
"$pkgname::git+https://github.com/danmar/cppcheck.git#tag=$pkgver" "$pkgname::git+https://github.com/danmar/cppcheck.git#tag=$pkgver"
'translations-location.patch' 'translations-location.patch'
) )
sha512sums=('a36733ed0906aff8d7d1bff6aa0a43f1d79fad9f48ecfa1f8f69c6ae13d5a099bd7d18cc4e30b3e4dc3a1cb24ad8e0855403eb6c90e5525e50661cd4eda792a4' sha512sums=('6391d7ab4a2250db0a7b9d67234fa2e212777a3f9754c3f7eeaac3b0c4ca39bf12cda01265f84c704f7fa4a506f525bbea132c4770a5e93be7d70a89e8915a6d'
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae') 'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
b2sums=('75ece358f442aa27f6224a6eaba1915c9a122613906fbd6457443d4af3eede6d4897a737acfa0fcd8c10b820a13fcf6f9badc808386e98486c34ca06551aaef3' b2sums=('5e5be5c4260b65ca8dd98392118b81bf532c03177acf0a9af6be5225f2652e5b83bcc1f1d60155acedc2fa20c95851ea70160e372279f47de933396199688536'
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f') '8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
prepare() { prepare() {