influxdb: update to 1.3.7
This commit is contained in:
parent
8bfbe1dc31
commit
6c730d682e
|
@ -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 <nicklaus@kulinacs.com>"
|
|||
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}"
|
||||
|
|
Loading…
Reference in New Issue