summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2016-02-24 16:14:54 -0300
committerRafael Reggiani Manzo2016-02-24 16:14:54 -0300
commit581bae8ea6e683623606a784a335a120468329c2 (patch)
tree697dca5f0dc025e67efd3069eef63cf6e35abb41 /PKGBUILD
parent20c521488c46fbd68e0c1dd6f7c104127c66dd3c (diff)
downloadaur-581bae8ea6e683623606a784a335a120468329c2.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 643277d882ad..80d0671f9a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#PKGBUILD Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
pkgname=codeclimate
-pkgver=0.20.0
+pkgver=0.21.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=('a8672867373a24a3b790af9a89944fafd12fab87a620d11d4400b7403c3316a9de248473e241e8229eda124204b046173cd896ed9cb834e857fa806146be6164')
+sha512sums=('b550012ae33c63f22a55e20de0a0c7457e4cc17aa25472226c3fbbd452821af24b7d78639e5f6e3715f7bdbfa666689082e44f94abbdbb82d5405ea55a60e7cd')
prepare(){
if ! groups ${USER} | grep &>/dev/null '\bdocker\b'; then