Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6B534781A4C for <~alpine/aports@lists.alpinelinux.org>; Wed, 6 Oct 2021 09:02:31 +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=1633500385; 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=0kYxJImFJU++7F99BFSVWdq6TkSzBEDY7JQtvvVQxF4=; b=ptYnoFeQRtCYRp/wavGq2ummdr4oXxJ4f8Db8MFNH3MLZFnVoVCgNdJ23N3M+4aByWofBv 4Ddw24wsUmabuACpXKdxOC5y79X9apIOGjXyPWfalYPeNY5O3F3iIfUWyr4xUXn+RbCC09 vDw4Towtc8nsdIDBuAMQfapeloXK+T5oNrFBN4UA2yTJWhoBhDItgmZbeVf9ZRFBDUDWK8 L0+lrUOOAq0pI/eIKcWQFWjeTDbn9L8qQa4tevt/GRK5bgypmvkdzNx00KA1L0dA6qJXFa Ovr0ss3eThVlMsUHFyIO6NML96g4iQmCLCzvOSjv2gKDOICOFi3MHr6z7HuYsA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.30.3 Date: Wed, 6 Oct 2021 08:06:23 +0200 Message-Id: <20211006060623.8863-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 4c63c46f06..5a941bac75 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.30.2 +pkgver=2.30.3 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -88,7 +88,7 @@ package() { } sha512sums=" -1d7c6284d8e7fb4e9b1f4d3c390f175a8c67d8fbea08a5a17844d487a45dc69a5e2c7fc20f425bf5c831f89adbf65c7dc72ad6c68b2508700e37d6f04b6845ef prometheus-2.30.2.tar.gz +9b6715350429d0991d51c5f5c6e5f19284e1a5ed2b0db93915f21770b0a52c858e0a3f87029338ce0f1403071a673e9514b7be8899a195ba1e467335ac77cb39 prometheus-2.30.3.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.33.0