diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-03-26 14:59:45 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-26 20:48:50 +0000 |
commit | d7761b9ea45ad5ac4adc2e03e3b9482c19095fc1 (patch) | |
tree | 0c412a5c7845f6723cf615fc854631043153345e /community/prometheus | |
parent | 1937d67e0977595aaa40ea6f4884aa64ea1ac26f (diff) | |
download | aports-d7761b9ea45ad5ac4adc2e03e3b9482c19095fc1.tar.bz2 aports-d7761b9ea45ad5ac4adc2e03e3b9482c19095fc1.tar.xz |
community/prometheus: upgrade to 2.17.1
Diffstat (limited to 'community/prometheus')
-rw-r--r-- | community/prometheus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index c602a66697..699e65c8d9 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=prometheus -pkgver=2.17.0 +pkgver=2.17.1 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -70,6 +70,6 @@ package() { done } -sha512sums="21b78d54bb620dd1c128e3187088567a39b470a93251afd0b87c29a86fef7f0f7947642cdec70625f46bb3642a2d445b3e8d5b04d98e3090ccc7feef240c7306 prometheus-2.17.0.tar.gz +sha512sums="7e8a72ca9917ea9997b909cd25a4c4b730d0458fe525cb86df543e7b06a5c6cd242ffeb0c7ba72c50f84f819df4112228f6c56cfe583022a34513e2a7b77a8dd prometheus-2.17.1.tar.gz 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd 70762af1c3aa04725a5e33407228f139e2a328c52a57bd17538901784cace8bea02d9fc8cdd7806c1713c2b2319655104204a06c4c3e8dc1ccdaaa2fd8215252 prometheus.initd" |