Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 528C678102A for <~alpine/aports@lists.alpinelinux.org>; Mon, 31 Jan 2022 09:59: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=1643622842; 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=j95d05hKKhMVxJEv6WyjcqYD9P/AeJo6nXY6fxncyfs=; b=S973/N4cMp5BwaktN2iVvdmf8zSmMbgdPfPdaTh8ZNnh4JBgcmjH5f+4gNea25h1bGFAy2 kTwi/LQ227VK81/T8Ohmc4iOSGNgft1raXYprithUbBlaRRztb0c7vSYoajc53TFBO+enM OqRexbBN+MfdgiIBSWqm+J0jrD4fFCqmM6zBN01WxtCfW/7XinTDyV8ZT83c6NVckKu448 ipTcrzMZF8YTav/POLyue2SUIegs4Pe/i9riYaybHmmWz+e0I84moSqPErRnPR+ldAvfgq YXhPZoYgdQ5boJNvAwQWA76wrPYHhHD1xevX6vsZJcw+0qdcfCJpc7XAR4jAkw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.33.0 Date: Mon, 31 Jan 2022 10:54:00 +0100 Message-Id: <20220131095400.23346-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 0d1ea65708..c1c6783010 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.32.1 -pkgrel=1 +pkgver=2.33.0 +pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" arch="all !riscv64" # npm @@ -83,7 +83,7 @@ package() { } sha512sums=" -ae9d04f63d3b0348169939e953b17e8d36f846161c35af86c053d7d67688ddb319aff24729dd498578e01455b72791252590c32645db7d873ff2b980a38cd0d4 prometheus-2.32.1.tar.gz +543acc8c182371ecab33aed51d95cb06b4648847569b023bb6dcfde1654f8346668d1212c9b318fa6b9fce27196551bc22b490d7e77af8e828b2fbe85706c773 prometheus-2.33.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.35.1