influxdb: update to 1.6.1.
This commit is contained in:
parent
b4b5768496
commit
0e2ded5f8b
1 changed files with 4 additions and 3 deletions
|
@ -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 <maldridge@VoidLinux.eu>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue