summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Pento2018-10-21 08:16:08 -0400
committerMike Pento2018-10-21 08:16:08 -0400
commit8f8221473edc7535a5e8767405e59b5b46e961d1 (patch)
tree7a79ff95906adc3b0f9a4cc630102d783980f0f4 /PKGBUILD
parent7334331c5b86387997c72c39b43739102c8807f6 (diff)
downloadaur-8f8221473edc7535a5e8767405e59b5b46e961d1.tar.gz
Update to 1.85
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591c52cae3e3..2574ef86b808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cppcheck-nox
_pkgname=cppcheck
-pkgver=1.84
+pkgver=1.85
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis without the GUI"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python-pygments' 'pcre')
makedepends=('docbook-xsl')
source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-md5sums=('ec96a80a7ddaae991a02ce0e8d06d99e')
+md5sums=('4c24bbe5b9c2dc902c977e8e8967b8d0')
build() {
cd "${_pkgname}-${pkgver}"