Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E8765782B8E for <~alpine/aports@lists.alpinelinux.org>; Wed, 12 May 2021 20:58:36 +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=1620853116; 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=4LqlNQgidECLqeR6gYFGAWEpoXrYstbqFIRgTNMkwm4=; b=cDpyBe8trJwoss0O1NazDzaKILBPPEuDO9T2IPzvDD/JlkSjEz+x7RQoTAsbMF2XXRxAY8 EagspbAOwyF2BLBwA45pOXb1mbgifbEaU0ziO3Vn3mvFD/TEAvTdPVxDI537PMUzqrlctv UfrILP9tVeBcXdT+sF7zqWDQTU5alHAzpj6Iwi80w0NkOD3K8S1lMUHVBEtzEkN+5w5YiU fcTFWtaaA5n+/mirLR7I/RF+625cxuQoIYDO94PRQEbfcg5zhpD63xTeNR9cO4JnPdRzYX dW6hpzdFJQbjoai9hUzt2qzcgdiDsZLQZvuysJGF1cImIkgyWGxNE0X2AhrVsQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.27.0 Date: Wed, 12 May 2021 10:58:23 -1000 Message-Id: <20210512205823.8750-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/prometheus/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 88baba7852..174e67d3b4 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.26.0 +pkgver=2.27.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -83,6 +83,8 @@ package() { done } -sha512sums="b43496fe83a356f7a91f08ed8b06e1214246b2fcfbf30bca39d0be44e2a92daff841e78d3514b8858c4e127b5a5bc0b602212e7f31176362af50cd9685c26bc7 prometheus-2.26.0.tar.gz +sha512sums=" +e20fd7aba2cf6ebe8dc3ce71c184b25415dba1bc9700ff0da6d527ba38c53cf08c380cc9924eb6af75e5558b87f80cd59c4fd3c3b62a5714603c3693083f1fe9 prometheus-2.27.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd -24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" +24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd +" -- 2.31.1