George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
cppcheck
Commits:
b0be3a48 by George Rawlinson at 2026-01-03T00:43:27+00:00
upgpkg: 2.19.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cppcheck
pkgdesc = A tool for static C/C++ code analysis
- pkgver = 2.19.0
- pkgrel = 2
+ pkgver = 2.19.1
+ pkgrel = 1
url = http://cppcheck.sourceforge.net/
arch = x86_64
license = GPL-3.0-or-later
@@ -20,11 +20,11 @@ pkgbase = cppcheck
optdepends = qt6-tools: run cppcheck-gui
optdepends = python-pygments: cppcheck-htmlreport
optdepends = clang: for cppcheck-gui integration
- source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.19.0
+ source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.19.1
source = translations-location.patch
- sha512sums =
84ed5d4672c8752a26b746675be0c7c7195c105785b0be09e1e9e9719231236956e5629211fe726dd3de5e99d15d9d07c9a689c1f9e4b25c03fcf1c8bb22398b
+ sha512sums =
54f028691b7da1b504061100d9b13953f0ba9570d64797409d86d968884fd545a1ae6bfbcfb397bf3f705fe744ac16db5471b7625750e21918724d00a91035d3
sha512sums =
d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
- b2sums =
7396a690b7595084a086136fb9c7d3407ecf06a81a7c039893219e485bd1bc42244efd839f87d565bee296e73945c23c5d606bbc6ea7b116a5f182416454c1b9
+ b2sums =
66d7fc60cd81e5ff31f3713935be25026b1366fe9a68145ee65db2e78918e46e96451e0fe3ef52326e19f017ae41fb3467218691a0544ef059b46a64d0ad4aa5
b2sums =
8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
pkgname = cppcheck
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=cppcheck
-pkgver=2.19.0
-pkgrel=2
+pkgver=2.19.1
+pkgrel=1
pkgdesc='A tool for static C/C++ code analysis'
arch=('x86_64')
url='http://cppcheck.sourceforge.net/'
@@ -34,9 +34,9 @@ source=(
"$pkgname::git+https://github.com/danmar/cppcheck.git#tag=$pkgver"
'translations-location.patch'
)
-sha512sums=('84ed5d4672c8752a26b746675be0c7c7195c105785b0be09e1e9e9719231236956e5629211fe726dd3de5e99d15d9d07c9a689c1f9e4b25c03fcf1c8bb22398b'
+sha512sums=('54f028691b7da1b504061100d9b13953f0ba9570d64797409d86d968884fd545a1ae6bfbcfb397bf3f705fe744ac16db5471b7625750e21918724d00a91035d3'
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('7396a690b7595084a086136fb9c7d3407ecf06a81a7c039893219e485bd1bc42244efd839f87d565bee296e73945c23c5d606bbc6ea7b116a5f182416454c1b9'
+b2sums=('66d7fc60cd81e5ff31f3713935be25026b1366fe9a68145ee65db2e78918e46e96451e0fe3ef52326e19f017ae41fb3467218691a0544ef059b46a64d0ad4aa5'
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/b0be3a48ed717f94e6b1b882e25c0d18a5a8c652
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/b0be3a48ed717f94e6b1b882e25c0d18a5a8c652
You're receiving this email because of your account on gitlab.archlinux.org.