summarylogtreecommitdiffstats
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
parent20c521488c46fbd68e0c1dd6f7c104127c66dd3c (diff)
downloadaur-581bae8ea6e683623606a784a335a120468329c2.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71dcacb17469..3a105d7ae36c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 19:43:08 UTC 2016
+# Wed Feb 24 19:14:46 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.20.0
+ pkgver = 0.21.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.20.0.tar.gz
- sha512sums = a8672867373a24a3b790af9a89944fafd12fab87a620d11d4400b7403c3316a9de248473e241e8229eda124204b046173cd896ed9cb834e857fa806146be6164
+ source = https://github.com/codeclimate/codeclimate/archive/v0.21.0.tar.gz
+ sha512sums = b550012ae33c63f22a55e20de0a0c7457e4cc17aa25472226c3fbbd452821af24b7d78639e5f6e3715f7bdbfa666689082e44f94abbdbb82d5405ea55a60e7cd
pkgname = codeclimate
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