summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Leclercq2017-02-16 08:50:01 +0100
committerNicolas Leclercq2017-02-16 08:50:01 +0100
commitdc77ae743649ed73341fd0ffa1fbf983ad2a5ce2 (patch)
treec5b755f0736c69371daeae0e297c0a90e970d2e6
parentbc2c1217a65e616a1b58633d496ad24e44694b95 (diff)
downloadaur-dc77ae743649ed73341fd0ffa1fbf983ad2a5ce2.tar.gz
update to 1.2.1 and fix gopkg git http 301
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a8f9c47681b..7109f74af01e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 26 10:13:24 UTC 2017
+# Thu Feb 16 07:49:43 UTC 2017
pkgbase = telegraf
pkgdesc = Server-level metric gathering agent for InfluxDB
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = http://influxdb.org/
install = telegraf.install
@@ -16,7 +16,7 @@ pkgbase = telegraf
depends = go
provides = telegraf
backup = etc/telegraf/telegraf.conf
- source = git+https://github.com/influxdata/telegraf#tag=1.2.0
+ source = git+https://github.com/influxdata/telegraf#tag=1.2.1
source = telegraf.install
source = telegraf.sysusers
source = telegraf.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 39a67274cffd..bca24a5b768e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Leclercq <nicolas.private@gmail.com>
pkgname='telegraf'
-pkgver='1.2.0'
+pkgver='1.2.1'
pkgrel='1'
pkgdesc='Server-level metric gathering agent for InfluxDB'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -32,6 +32,9 @@ build()
cd "$GOPATH/src/github.com/influxdata/telegraf"
echo "Downloading dependencies"
+ # dirty fix for brocken gopkg
+ # https://github.com/niemeyer/gopkg/issues/50
+ git config --global http.https://gopkg.in.followRedirects true
go get github.com/sparrc/gdm
gdm restore