summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2015-09-14 08:11:15 -0300
committerRafael Reggiani Manzo2015-09-14 08:11:15 -0300
commit58fdad74a89e4bb3d0527c1c49398a41551cdb38 (patch)
tree591eb40cec8048adc2db7233def0c97667aa4df7 /PKGBUILD
parent3b7c23d99574580d9b72be868a3e271f9daed4cb (diff)
downloadaur-58fdad74a89e4bb3d0527c1c49398a41551cdb38.tar.gz
Version bump
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