prometheus: update to 1.5.0.
This commit is contained in:
parent
0f63efa82b
commit
b738dab156
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prometheus'
|
# Template file for 'prometheus'
|
||||||
pkgname=prometheus
|
pkgname=prometheus
|
||||||
version=1.4.1
|
version=1.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/prometheus/prometheus"
|
go_import_path="github.com/prometheus/prometheus"
|
||||||
go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool"
|
go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool"
|
||||||
|
@ -12,9 +12,9 @@ go_ldflags="-X ${go_import_path}/version.Version=${version}
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://prometheus.io/"
|
homepage="https://prometheus.io/"
|
||||||
short_desc="A monitoring system and time series database"
|
short_desc="Monitoring system and time series database"
|
||||||
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
|
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
|
||||||
checksum=9665fa6fd64442be5f68b78b8e69a4a7904876989bf76f9ec39315d7292b7fa2
|
checksum=f8eae5f4c51fdd73ceec08fc4895e695b6b02b581aa95e742e0f48f5aefc5537
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue