mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
influxdb: update to 1.3.7
This commit is contained in:
parent
8bfbe1dc31
commit
6c730d682e
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'influxdb'
|
# Template file for 'influxdb'
|
||||||
pkgname=influxdb
|
pkgname=influxdb
|
||||||
version=1.3.5
|
version=1.3.7
|
||||||
revision=2
|
revision=1
|
||||||
_branch=1.3
|
_branch=1.3
|
||||||
_commit=9d90010
|
_commit=2d474a3
|
||||||
build_style=go
|
build_style=go
|
||||||
nocross=https://travis-ci.org/kulinacs/void-packages/jobs/258683433
|
nocross=https://travis-ci.org/kulinacs/void-packages/jobs/258683433
|
||||||
go_import_path="github.com/influxdata/influxdb"
|
go_import_path="github.com/influxdata/influxdb"
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Nicklaus McClendon <nicklaus@kulinacs.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://influxdata.com/time-series-platform/influxdb/"
|
homepage="https://influxdata.com/time-series-platform/influxdb/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=2271c52932486731cb132cf0bf094cbecf4bd26bea01d8f986e4e50739778577
|
checksum=a07d3431e385569e7bc0d74261bb087d2fed97c2733cd2218aed5b9ed2050413
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
local path="${GOPATH}/src/${go_import_path}"
|
local path="${GOPATH}/src/${go_import_path}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue