prometheus: update to 2.0.0.
This commit is contained in:
parent
c4e6c3aa86
commit
9f757e7e52
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'prometheus'
|
||||
pkgname=prometheus
|
||||
version=1.8.0
|
||||
revision=2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/prometheus/prometheus"
|
||||
go_package="github.com/prometheus/prometheus/cmd/prometheus github.com/prometheus/prometheus/cmd/promtool"
|
||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
|||
homepage="https://prometheus.io/"
|
||||
short_desc="Monitoring system and time series database"
|
||||
distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz"
|
||||
checksum=556247d750b3618b74ccf59669f74a8c0c39e72cdf51cbcc0c0bcc392de195df
|
||||
checksum=6947ae9b2d414d49304034a2635f0e1ecd45ac83a4f4592ea5bcca40d6f7951b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue