Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id AECD2781A80 for <~alpine/aports@lists.alpinelinux.org>; Thu, 26 Mar 2020 18:59:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1585249193; bh=Eldvvyve7WL7jwIt6789+1whCA6csgIvTdKpJjNm9co=; h=From:To:Cc:Subject:Date; b=r1lZESVHVdHR9cTChHt1mmDC22guNJN9tC0rsU1h68q9CPpPL+yjmIPyqpLjc2fMB IX9y2+ZKZ6qtypP8RJUq1emhHME+iPJT5n0Zmuxd+uNngIs17cAvPxSS8chb3X//3o /SfYs3n28GQSbOYVPHNGzqpePAWSP83IB9QKNnIc= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.17.1 Date: Thu, 26 Mar 2020 14:59:45 -0400 Message-Id: <20200326185945.2119-1-sir@cmpwn.com> X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/prometheus/APKBUILD | 4 ++-- 1 file 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 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" -- 2.25.2