Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9075678196C for <~alpine/aports@lists.alpinelinux.org>; Mon, 16 Nov 2020 15:26:23 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1605540382; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/du9hW9l/bAHTR444aAu3sy1dnzUHT/gYhqJtZNBhI4=; b=ZH+KKAHndqd0ZSmuNaD/RpHslujrf/lD9vLbRjB7aXt71tJcdx5KRhrkcy4vDfAf1+A2UF Kd3jTeu3s2tON0kp9ZW/OcM30S/IoakwySVoQHOjGW4xgVzXHSLIGXTQWbp4RSwKTWMMbK Gi0PUardn3sqwrcTMakxrGdAU4Ka8SRrKS8c4+eppBxaDZN7HiGF3N3Vml8JFoUK+4psR4 CTOzZEAgp+O1PQloW/+KDFHwUDwT7/fcbS62sqb+46GBRLkzex+U41ZG5euHIC1X/omifR ZC4EhjzjoVJukf6xchC01qsGqjn3aX/jg9aUcPpV3pfMTQK987AKnTQ232UjGA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.22.2 Date: Mon, 16 Nov 2020 10:26:18 -0500 Message-Id: <20201116152618.26165-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-User: sir@cmpwn.com X-Spam-Score: 0.00 --- community/prometheus/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 1c65a2a88e..6c7e4c5990 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.22.1 +pkgver=2.22.2 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -82,6 +82,6 @@ package() { done } -sha512sums="0bab320bf7ce1a72f378673a11ae2f2c31c9b226404a251590ffad497778e4774bc17cb2adf298092f794c093c438e0e64e4bcd37dfde3311005c99fcf26409b prometheus-2.22.1.tar.gz +sha512sums="b94ceaf87c02152fffc7da9c28d28b773ec35f8ecc31fb03e0a1fdfcb7c2925c119f3e4b6dd92460952503fd34ae7ce355a9797d78341f8b6fe0176cfc3d614a prometheus-2.22.2.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" -- 2.29.2