summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Reggiani Manzo2016-02-17 18:15:44 -0200
committerRafael Reggiani Manzo2016-02-17 18:15:44 -0200
commit20c521488c46fbd68e0c1dd6f7c104127c66dd3c (patch)
tree205c969a95353e278ac876af0e0f53b7f6867517
parenta4c8266184fcf007348caff5f298ee5e1fdbde4f (diff)
downloadaur-20c521488c46fbd68e0c1dd6f7c104127c66dd3c.tar.gz
Update to version 0.20.0
This is the first version out of beta.
-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