Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8D8A878193E for <~alpine/aports@lists.alpinelinux.org>; Thu, 26 Nov 2020 13:17:17 +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=1606396669; 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=NmZgJyrJbJVB76Imf3uHL3Yuksd9XuvFtW8w0rylTyw=; b=bIEKoNbxy/6Bu/RbNyon5l2JsOPcYsfz2g0MkADYzfQdAacJmFyIdSFonuZ0OV2M0Sup0G QZYgExop/q7WPzDajeK5XSZ3VxSNohRIqLlNIxgGZZvkL5AfZ47tdsd6GFY9H1J7/hQv5k CUsFR1h1hxqiuEnURoT6PWCfaJwe8Fc1CYUxgFj7M8QVnvvvmVI74kjVgadCFZd79N3N+t PFMSphk+wL/aoQOlCH1Y3PGgRAnGDgDr6dql3f+q6v07JFeYDU7qxUCN2amlWQPY/WVKci g2YQ9j8cLFqCFrSGj0lTrCt/ZDL8kJopQFcpgLHV0BW63z/WLKKIyO4mEJINlg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.23.0 Date: Thu, 26 Nov 2020 08:17:12 -0500 Message-Id: <20201126131712.3267-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: out X-Migadu-Auth-User: sir@cmpwn.com X-Spam-Score: 0.00 --- community/prometheus/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 6c7e4c5990..f5d81b99ec 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.22.2 +pkgver=2.23.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -82,6 +82,6 @@ package() { done } -sha512sums="b94ceaf87c02152fffc7da9c28d28b773ec35f8ecc31fb03e0a1fdfcb7c2925c119f3e4b6dd92460952503fd34ae7ce355a9797d78341f8b6fe0176cfc3d614a prometheus-2.22.2.tar.gz +sha512sums="cac78a69db38efc112bf6415623ba6b59c259d4e77c29f4e3d98df3d0aebf701f245a08f327b1ca3336fb72a1da3ef4c86c322831de2f095c342d67b111f7d6d prometheus-2.23.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" -- 2.29.2