summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34805490733f..71dcacb17469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 19:43:08 UTC 2016
pkgbase = codeclimate
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.
- pkgver = 0.14.5
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/codeclimate/codeclimate
arch = any
groups = codeclimate
license = MIT
depends = docker
- source = https://github.com/codeclimate/codeclimate/archive/v0.14.5.tar.gz
- sha512sums = 002140fd6376ad7379e9ae37ab1ff78fd089e576d5c69df0ce74e957ce131e7ded854afe1cd6c3ac5c28aaf11b580731ca6d9a14539b9069c81a745a5b3b90f0
+ source = https://github.com/codeclimate/codeclimate/archive/v0.20.0.tar.gz
+ sha512sums = a8672867373a24a3b790af9a89944fafd12fab87a620d11d4400b7403c3316a9de248473e241e8229eda124204b046173cd896ed9cb834e857fa806146be6164
pkgname = codeclimate
diff --git a/PKGBUILD b/PKGBUILD
index f07853c7dafa..643277d882ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#PKGBUILD Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
pkgname=codeclimate
-pkgver=0.14.5
+pkgver=0.20.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=('002140fd6376ad7379e9ae37ab1ff78fd089e576d5c69df0ce74e957ce131e7ded854afe1cd6c3ac5c28aaf11b580731ca6d9a14539b9069c81a745a5b3b90f0')
+sha512sums=('a8672867373a24a3b790af9a89944fafd12fab87a620d11d4400b7403c3316a9de248473e241e8229eda124204b046173cd896ed9cb834e857fa806146be6164')
prepare(){
if ! groups ${USER} | grep &>/dev/null '\bdocker\b'; then