From 6c730d682e6e14929bb10ab1b2377188ed2de365 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 5 Nov 2017 02:47:09 -0200 Subject: [PATCH] influxdb: update to 1.3.7 --- srcpkgs/influxdb/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/influxdb/template b/srcpkgs/influxdb/template index c7fe71262c0..c6b9819b167 100644 --- a/srcpkgs/influxdb/template +++ b/srcpkgs/influxdb/template @@ -1,9 +1,9 @@ # Template file for 'influxdb' pkgname=influxdb -version=1.3.5 -revision=2 +version=1.3.7 +revision=1 _branch=1.3 -_commit=9d90010 +_commit=2d474a3 build_style=go nocross=https://travis-ci.org/kulinacs/void-packages/jobs/258683433 go_import_path="github.com/influxdata/influxdb" @@ -19,7 +19,7 @@ maintainer="Nicklaus McClendon " license="MIT" homepage="https://influxdata.com/time-series-platform/influxdb/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=2271c52932486731cb132cf0bf094cbecf4bd26bea01d8f986e4e50739778577 +checksum=a07d3431e385569e7bc0d74261bb087d2fed97c2733cd2218aed5b9ed2050413 post_extract() { local path="${GOPATH}/src/${go_import_path}"