Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E3BC9781A8B for <~alpine/aports@lists.alpinelinux.org>; Thu, 9 Jan 2020 17:59:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1578592746; bh=AugzDbjXouRdSn8vRKyDhwJ8fBKqMraAi9nAMzb53gQ=; h=From:To:Cc:Subject:Date; b=FxCg6BLNyqvDKj4Z1am3VcXCJ2hMaozorEGAn6qHeasUbQ+c+K0gQWd2FPhqI53fi MYSrUYvuzQwtTpPsycNrrMr1I3bEgn1FERk7A6iQbRlW04yjH9xNI2R5lwvCazo7iK fWExLl8WKhlsYnSuaigLbwurrIRpy7xtQW5D0gAA= From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.15.2 Date: Thu, 9 Jan 2020 13:00:03 -0500 Message-Id: <20200109180003.11255-1-sir@cmpwn.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/prometheus/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 14fec9a975..f6d213c7e4 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.15.1 -pkgrel=4 +pkgver=2.15.2 +pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" arch="all" @@ -70,6 +70,6 @@ package() { done } -sha512sums="b08dfa48bddb6e007cd0fd4553847e824d6adfc047d97151b8dd12dbd1f67cfb9301824b320f1cabe9644159e6968b3fd2ee8104a5d53822a9965423c4bb47b5 prometheus-2.15.1.tar.gz +sha512sums="a444acd9b18aa3d62eab8e5807ef0cfee44165e1b80a979f61c42c99d104ad2a1991729704e5ae7423b881bc247de6f42eb2682c23e41cbbc31da58ad4e9b169 prometheus-2.15.2.tar.gz 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd 70762af1c3aa04725a5e33407228f139e2a328c52a57bd17538901784cace8bea02d9fc8cdd7806c1713c2b2319655104204a06c4c3e8dc1ccdaaa2fd8215252 prometheus.initd" -- 2.24.1