Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 017CA780ED0 for <~alpine/aports@lists.alpinelinux.org>; Mon, 21 Jun 2021 19:14:40 +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=1624302876; 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=JZ1o7n0qmppbNfxuijYwXFhVbvmWHnr92Zykrp9o6HE=; b=J/Zk6h7yt3yTHlHjosEVaK3V4aHOmaxCesN8KfWrr4rX4W8tnA9uLLTy81GlFP0rCFkkEY 7HeXwA/TdyCqbBkLOEDzseg5h1+RO7E5bJpiQRGIlvWxPe9pkNwR3NN100d0FwnqWaLzvz hrfZh14mcosc+SVnNpRJhaPSzYl/QfyTPhy48zXX6KxVbx925delTktHnyxlVV3mTEhwe0 vJnJowDfoNf/8hwi2xa9oy9QGw2qtwJ7ZrJkGnkpWtXCr0Xxk9BcloVumtl5LP0qBITZa9 o+TlAp5622GXkqTVHV+q6rusLIowjUC2jcsiB+4DN7whRu9Gi3KMCmAoj4GgOw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.28.0 Date: Mon, 21 Jun 2021 15:14:33 -0400 Message-Id: <20210621191433.1563-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 2dcdd7f5b3..939327d127 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.27.1 -pkgrel=1 +pkgver=2.28.0 +pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" arch="all !mips64" # Missing yarn->nodejs @@ -88,7 +88,7 @@ package() { } sha512sums=" -5f35add37a982c7160498ecb61c62d6d837b2a66bc9e7c0c9df60909d47e4817452d38161ba3179db9c148d86d1f25e41cc7eb7d1ffb7899ac25f0d0a7b8bcea prometheus-2.27.1.tar.gz +24507ab700591b30280ef6d446a8a075f84e57792156502759a1315fa042a0386ae095956c65c3e6ef2ac0eb5de0d4be59e9cfef163dcdf4bd34a892cbc10f9c prometheus-2.28.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.32.0