From 76cb636eb255204b7c2b2be2924d86d86b0166c0 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 8 Dec 2019 21:12:35 -0600 Subject: [PATCH] influxdb: update to 1.7.9. --- srcpkgs/influxdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/influxdb/template b/srcpkgs/influxdb/template index 4814650dc0c..e77b36ed222 100644 --- a/srcpkgs/influxdb/template +++ b/srcpkgs/influxdb/template @@ -1,6 +1,6 @@ # Template file for 'influxdb' pkgname=influxdb -version=1.7.8 +version=1.7.9 revision=1 build_style=go go_import_path=github.com/influxdata/influxdb @@ -17,7 +17,7 @@ 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=ed52925bb71ca8912e4daecce66a4c32935f396cf3f021464aab99934b41db51 +checksum=fad5107985395353a584978f6c0ad1fbd4f41ea71bdc9cf55a006cc9a88d2b61 system_accounts="_influxdb" _influxdb_homedir="/var/lib/influxdb"