Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 81277780FD4 for <~alpine/aports@lists.alpinelinux.org>; Sun, 14 Mar 2021 15:07:41 +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=1615734458; 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=1UC7t99kdmdSz3sKUALbXVe33Z4/FdwaAZvssE53GQs=; b=Ju91Ag0gxNN7O2mQ+MFmmMlgpj/21D6tJVjiDJZ3WxXkCJpRWoS7QHv9D6bocOrWmrBmqm p+KkfyFlnzZ5Uvj+utLpspyU68uM6NbSpraA7ApMIzlbGErOtIs4GewrJp88Df4vexlyw6 irRWmpSWpJaTayOq/lrIQnC8W/IuLDvGiswGOKyAm2rEmZ7lS7cIWu5rSfuhkOjA6LGm3n IyWBbyJOGIz7EZwtYS1gyR1OU6CrM8sS71eWmbbFoo2UwrGborTGOHN8Sag66gppCxkBBO IfxP0UOncEyb0xS6hjhN9UBDkLd2jt/hDGk2VDMfBEa/RCyDByUt9AQZBwBlxQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.25.1 Date: Sun, 14 Mar 2021 11:07:36 -0400 Message-Id: <20210314150736.13003-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 77195b479d..0425b8d6a1 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.25.0 +pkgver=2.25.1 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -83,6 +83,6 @@ package() { done } -sha512sums="ff13acff09bcd39607b06f5003343c6461e52c3a7eb49b42336e63560b20b5146bd2be0f978e9107a64918d6257c215c3b94d154a32f8792c25fcb2b3d2329f6 prometheus-2.25.0.tar.gz +sha512sums="8247e79d36a3f8248a65ef39ea11bf35fbf43b1a9ad94f0f491b8c5a60b0494a4ef84bfa3ebd4d678ea7da0f3f83aee3b05b1358e14c3687384eed4acb6ce479 prometheus-2.25.1.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" -- 2.30.2