Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 34343780DCC for <~alpine/aports@lists.alpinelinux.org>; Sat, 12 Feb 2022 08:08: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=1644652846; 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=PwvCMx73KYq5Uzyd0Vmknu3BmdDDS6BL0GVBgMiJbro=; b=SF1a9DDY2pdx5DvQtd4b34LZeT/rEYa1zNboXA95Lt5c3zf/NUdudhQdnLVDaHzNnxlymm I87sGY9LWKJX+o9bSPS08VZkZuQWpmHHup0dJ82Qu0oaF5huPoW4Q3mbZAHWviwk9S7D8z w5vwc03oNY3c8XPaFwxGLJGJjSDlxTyPJkAGtAi/P1+JhrnA/BZSeRGYqNt07kTzwDmEkA bekDLXzN5V+GwCuyhQHWfmTKaODsg+79sGNlldki0Nbgy7hw5CGsRfQUBF2gW86wtjFAQF Kfa/oeNf/9K/l15lZeGegOa2PJAQFJCsO+nc6tZysksJSNZij5Tot8jzLVCiag== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.33.3 Date: Sat, 12 Feb 2022 09:00:45 +0100 Message-Id: <20220212080045.31230-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 a74783d086..d8e0549815 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.33.1 +pkgver=2.33.3 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -83,7 +83,7 @@ package() { } sha512sums=" -6bac0e3ac8e90cea506c183b4efdb6f371ca7cf574ab07f636be0008ce9a2325cb8e9cefd2a0603cf9070557bd4c41c72009bc28518b1c2209334f1310fe5d2b prometheus-2.33.1.tar.gz +4b8e35cc7852e8d4b23cb6086c9b9eff356218ded67a5dcee8bfc3011b0c8f86cf7e2c9609ac0f1a232745b265c7efe5d8fd3a21ce09b017c16039259a42a6c0 prometheus-2.33.3.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.35.1