summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2016-03-23 13:02:17 -0300
committerRafael Reggiani Manzo2016-03-23 13:02:17 -0300
commit4ebefbea6b932cf32f190074f44b1d086f0a493f (patch)
tree2b80e77fe4dcb6ed3c98153b6900c2843a9cb605
parent581bae8ea6e683623606a784a335a120468329c2 (diff)
downloadaur-4ebefbea6b932cf32f190074f44b1d086f0a493f.tar.gz
Bump to version 0.23.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a105d7ae36c..a07f77cd8a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 19:14:46 UTC 2016
+# Wed Mar 23 16:02:07 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.21.0
+ pkgver = 0.23.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.21.0.tar.gz
- sha512sums = b550012ae33c63f22a55e20de0a0c7457e4cc17aa25472226c3fbbd452821af24b7d78639e5f6e3715f7bdbfa666689082e44f94abbdbb82d5405ea55a60e7cd
+ source = https://github.com/codeclimate/codeclimate/archive/v0.23.0.tar.gz
+ sha512sums = 23951b9167811f08b9cd52294696bb9d6565bba345d8522b10f224f5f87d40e904fb6452fb19452c5b86991d3120cd595be302ae2a23bc8d28c8fc8f03bb869d
pkgname = codeclimate
diff --git a/PKGBUILD b/PKGBUILD
index 80d0671f9a7e..deb47a2540c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#PKGBUILD Maintainer: Rafael Reggiani Manzo <rr.manzo#gmail.com>
pkgname=codeclimate
-pkgver=0.21.0
+pkgver=0.23.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=('b550012ae33c63f22a55e20de0a0c7457e4cc17aa25472226c3fbbd452821af24b7d78639e5f6e3715f7bdbfa666689082e44f94abbdbb82d5405ea55a60e7cd')
+sha512sums=('23951b9167811f08b9cd52294696bb9d6565bba345d8522b10f224f5f87d40e904fb6452fb19452c5b86991d3120cd595be302ae2a23bc8d28c8fc8f03bb869d')
prepare(){
if ! groups ${USER} | grep &>/dev/null '\bdocker\b'; then