Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7F00B780224 for <~alpine/aports@lists.alpinelinux.org>; Tue, 15 Mar 2022 16:20:47 +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=1647360940; 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=ulN6NT6q59DPbPsKEG0J3uXRek8TLrZbqLbdrPH18rM=; b=Ic2mjtI2Zk8Na/gaWaAuBv0sV7lfOLn4B+PKsDD9IuveZ1AKwzxhK9c18doQ+OzP1Vz0yJ gRPmpzhqxl4tyYpAfGnfufgakYNQ4fPwv8WpMHU1KaUl1EWiNmz5nIBCOdr9/hMSpyTu6V Kc+jVCl6NddOEDGVM+j0RuVEgyHtEmjo6mFoOPXIOnYnw5ngDlHi/85LjPfcHEHcLNv6FY NNZIkgpR+x3NaSqcC4zKFVZMaCvhbueuGebsIC7UQdiJCkQSqCuw09Jjedk+iYMW9vO1ui o7Ln2HApHBQSShD6qIkD0+0StSkecDyOEZIDTCrTBdjyp5IeFSXrLRbHiK/Ulg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.34.0 Date: Tue, 15 Mar 2022 17:15:37 +0100 Message-Id: <20220315161537.628-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/prometheus/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index a026a2f18f..2646cd0d0e 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.33.5 +pkgver=2.34.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -83,7 +83,7 @@ package() { } sha512sums=" -63a0017e429bae3f84bc9aad4338bba0bac5066d267feaee7f876fcaec2d3340baf5d10adef03b3979c7a79f9a3fe1aaa0f1c9e5cb2eb19684d43965947fb845 prometheus-2.33.5.tar.gz +98e5c47e5630ce81cc59f3ea267c9abd49616eeb7d991e1c148eebe2451970067eaa72faa3f31a3c29dc543879acaf9898c49e31459a86afe01cb83c33902caa prometheus-2.34.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.35.1