mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
influxdb: update to 1.4.2
This commit is contained in:
parent
5d02caef3d
commit
aef0a19584
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'influxdb'
|
# Template file for 'influxdb'
|
||||||
pkgname=influxdb
|
pkgname=influxdb
|
||||||
version=1.3.7
|
version=1.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
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_package="${go_import_path}/cmd/influx
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
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=a07d3431e385569e7bc0d74261bb087d2fed97c2733cd2218aed5b9ed2050413
|
checksum=7ff8d0464bbb96c3bbe9b07147d0e9153dfea9fc1590109d724eb80574209e6f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue