From 8d429d4fa287f755f94cc74f2bac76882586282d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 25 Nov 2019 14:26:53 -0500 Subject: [PATCH] prometheus: upgrade to 2.14.0 --- prometheus/prometheus/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prometheus/prometheus/APKBUILD b/prometheus/prometheus/APKBUILD index 886aaf7..d876a02 100644 --- a/prometheus/prometheus/APKBUILD +++ b/prometheus/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.11.1 +pkgver=2.14.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -15,6 +15,7 @@ source=" " subpackages="$pkgname-openrc" builddir="$srcdir/$pkgname-$pkgver" +options="!check" # Broken by integrations we don't care about build() { cd "$builddir" @@ -50,6 +51,6 @@ package() { documentation/examples/prometheus.yml } -sha512sums="3d238466aad16faecd654f87cab45fe1097119acb241d5f8859d4d8bbeeb007e2c074eb9dc82569e3e1a9ae22a4b9cc0f40160c231d230f2f3f52b4ebf77035c prometheus-2.11.1.tar.gz +sha512sums="077d83ef06a6ef77b6aa0d47ef0aa276f50b89c818f6cbe0163a4167d0ceb7fbcaf828a6341ba91cde303a0c6c7e2440de99ea0500a48a9059adb37a34a78a7a prometheus-2.14.0.tar.gz 82f90ef730935b9dfc67877098ab0dcada0da941e273b241826b1e9bd2474202f2df5dd976dbed016652219cf0cfd1d77b8df72367ed1ac15c6f0cc38800cac5 prometheus.confd 3eaf6183a3dcf39169383861eff0e15dba16cbd08673815bf936a55ef17803a283c871f1f4534a61d1d0349227122e64a1cf5dac1b10adc504107aba869fff1c prometheus.initd" -- 2.45.2