summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fac1c52c25b..11d0eef34314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#PKGBUILD Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
pkgname=codeclimate
-pkgver=0.0.7
+pkgver=0.4.0
pkgrel=1
pkgdesc="Command line interface for the Code Climate analysis platform. It allows you to run Code Climate engines on your local machine inside of Docker containers. Make sure that your current user belongs to docker group and that docker is running."
groups=('codeclimate')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('docker')
makedepends=()
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('6c61221102233595f6fdb2e9e642a0dc475a0c03834a9397820f08fa3ffaf7ad74c676924dbe6304493ae6828222f35edd8f6479f3ade8d6aa53edbae12fd071')
+sha512sums=('9f925e9381f9d64461ef0b6f8df95d055a165c1c9f8920f264118f94ab30cee6875c38c8487f3ac37550a3f71619064005d75755409293b774d3fb80621772d1')
prepare(){
if ! groups ${USER} | grep &>/dev/null '\bdocker\b'; then