diff options
Diffstat (limited to 'testing/telegraf/APKBUILD')
-rw-r--r-- | testing/telegraf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/telegraf/APKBUILD b/testing/telegraf/APKBUILD index a221b3fe6a..f0e151b4a2 100644 --- a/testing/telegraf/APKBUILD +++ b/testing/telegraf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Katie Holly <holly@fuslvz.ws> pkgname=telegraf pkgver=1.7.4 -pkgrel=0 +pkgrel=1 pkgdesc="A plugin-driven server agent for collecting & reporting metrics, part of the InfluxDB project" url="https://www.influxdata.com/time-series-platform/telegraf/" arch="x86_64" @@ -11,7 +11,7 @@ makedepends="go glide" pkgusers="telegraf" pkggroups="telegraf" install="$pkgname.pre-install" -options="!strip !net" +options="!net" source="$pkgname-$pkgver.tar.gz::https://github.com/influxdata/$pkgname/archive/$pkgver.tar.gz telegraf-makefile-ldflags.patch telegraf.initd |