summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2016-05-09 07:48:23 -0300
committerRafael Reggiani Manzo2016-05-09 07:48:23 -0300
commitf6fa64f95131b6104231128b8f0b0e70098dd759 (patch)
treeaf26058216ca1f6dbd43163bec4965728ccb4a39
parentfe876b8db0308c7aedda1331ab87f6962bbf1d1d (diff)
downloadaur-f6fa64f95131b6104231128b8f0b0e70098dd759.tar.gz
Update to version 0.26.0
-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')