Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C9B7D782BB9 for <~alpine/aports@lists.alpinelinux.org>; Wed, 11 Aug 2021 06:50:20 +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=1628664619; 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=K/wbxIEokiK6XLoXCr4yVdYzME5pL9woCFoTbnOxF7c=; b=SQ0HAaHdcky8obeBNzFyaaF14Pi70OKAXLNpu572ZSILuBNsbW1kEhmK7SB9qk0il5tLrY fy6RA4X5+k4McOGkCMQ1c+zyy8xYJqen7hxrWyuKV/pee+IO25lhZtOAzTSzEhUeNckLCN APiUhbEDBjHUCil47gaFUVveg+hjqqOLT1EtWpTGfoGHEPLLM1+/dw4Rx/L+yvciY6olpP 7K6BMmCrIq2MKMZR3fD7kcqC9lioy1+mmr1kWhjeGkOX42h4/j8tcitekPnddZ4vUzzEHk WDRVgh1wZ3vbGQgX1WWoTwABNIaeaUwMIlXEDXphJq+ttLBd1LECavKtSYerZA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.29.0 Date: Wed, 11 Aug 2021 08:50:15 +0200 Message-Id: <20210811065015.21248-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 939327d127..757ef08371 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.28.0 +pkgver=2.29.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -88,7 +88,7 @@ package() { } sha512sums=" -24507ab700591b30280ef6d446a8a075f84e57792156502759a1315fa042a0386ae095956c65c3e6ef2ac0eb5de0d4be59e9cfef163dcdf4bd34a892cbc10f9c prometheus-2.28.0.tar.gz +898275425e7f5cfe934d43429e0a539fd60e9f03994fa1001b9cc36f5292646b27c7b65539686a637fe760b903a80aa64a7261d3364ea90c63e4d4bf13e9c3a1 prometheus-2.29.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.32.0