George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
cppcheck
Commits:
a498c80f by George Rawlinson at 2025-12-22T03:34:18+00:00
upgpkg: 2.19.0-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.18.3
- pkgrel = 2
+ pkgver = 2.19.0
+ 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.18.3
+ source = cppcheck::git+https://github.com/danmar/cppcheck.git#tag=2.19.0
source = translations-location.patch
- sha512sums =
54fd460b627f4d412ffd6364d278a78f31fe1c941544559b5bfd6d0babc23e4f6c90d844aaccc7621b7bfc22b70d4080acbe2684879ea4da2a6ca68155a13c91
+ sha512sums =
84ed5d4672c8752a26b746675be0c7c7195c105785b0be09e1e9e9719231236956e5629211fe726dd3de5e99d15d9d07c9a689c1f9e4b25c03fcf1c8bb22398b
sha512sums =
d3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae
- b2sums =
2e34c95c913e38a67d1c33dbe67cf94df91739ec3685040ec168e097ca64a8fe558e0d4f09a653d3a3fe40e3242ef0c380e0b8dc12311e69c7fd4aa086955542
+ b2sums =
7396a690b7595084a086136fb9c7d3407ecf06a81a7c039893219e485bd1bc42244efd839f87d565bee296e73945c23c5d606bbc6ea7b116a5f182416454c1b9
b2sums =
8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f
pkgname = cppcheck
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Stéphane Gaudreault <[email protected]>
pkgname=cppcheck
-pkgver=2.18.3
-pkgrel=2
+pkgver=2.19.0
+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=('54fd460b627f4d412ffd6364d278a78f31fe1c941544559b5bfd6d0babc23e4f6c90d844aaccc7621b7bfc22b70d4080acbe2684879ea4da2a6ca68155a13c91'
+sha512sums=('84ed5d4672c8752a26b746675be0c7c7195c105785b0be09e1e9e9719231236956e5629211fe726dd3de5e99d15d9d07c9a689c1f9e4b25c03fcf1c8bb22398b'
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('2e34c95c913e38a67d1c33dbe67cf94df91739ec3685040ec168e097ca64a8fe558e0d4f09a653d3a3fe40e3242ef0c380e0b8dc12311e69c7fd4aa086955542'
+b2sums=('7396a690b7595084a086136fb9c7d3407ecf06a81a7c039893219e485bd1bc42244efd839f87d565bee296e73945c23c5d606bbc6ea7b116a5f182416454c1b9'
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/a498c80fd1d58d1c7f1daf25bda239da919fd079
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cppcheck/-/commit/a498c80fd1d58d1c7f1daf25bda239da919fd079
You're receiving this email because of your account on gitlab.archlinux.org.