From 0e2ded5f8bd5c796980d2586a973fd6d27e8dc4e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 10:03:49 -0300 Subject: [PATCH] influxdb: update to 1.6.1. --- srcpkgs/influxdb/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/influxdb/template b/srcpkgs/influxdb/template index f8862f20d0..51ac80dc74 100644 --- a/srcpkgs/influxdb/template +++ b/srcpkgs/influxdb/template @@ -1,9 +1,9 @@ # Template file for 'influxdb' pkgname=influxdb -version=1.6.0 +version=1.6.1 revision=1 build_style=go -go_import_path="github.com/influxdata/influxdb" +go_import_path=github.com/influxdata/influxdb go_package="${go_import_path}/cmd/influx ${go_import_path}/cmd/influxd ${go_import_path}/cmd/influx_tsm @@ -19,8 +19,9 @@ short_desc="Scalable datastore for metrics, events, and real-time analytics" maintainer="Michael Aldridge " license="MIT" homepage="https://influxdata.com/time-series-platform/influxdb/" +changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=908445f6a456ebcf9eef31ea6431b9f620342e29dd65b9b13d8aa310c90e5545 +checksum=3e56e9c0fb4fd2669f9d63d70a46a95de27c044ed6137f1806c54aeccc489e84 pre_build() { cd $GOSRCPATH