summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556161259619..e6ab3fc8bcf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 18:58:38 UTC 2016
+# Mon May 9 10:48:13 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.24.0
+ pkgver = 0.26.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.24.0.tar.gz
+ source = https://github.com/codeclimate/codeclimate/archive/v0.26.0.tar.gz
sha512sums = a29c5c7e0d1d9b0cf1e0fd505648fccf08600ef24ab632203f0460ec898af8de8b5b656ea542b28b842bfd5942d1e5433ad88c29ae8e3fa6d171fc475b4ac8c5
pkgname = codeclimate
diff --git a/PKGBUILD b/PKGBUILD
index 42ddb3006ad8..2e204574ec2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#PKGBUILD Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
pkgname=codeclimate
-pkgver=0.24.0
+pkgver=0.26.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')