Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 41921780302 for <~alpine/aports@lists.alpinelinux.org>; Tue, 28 Sep 2021 12:53:06 +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=1632833583; 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=FovOn1WKDoPVtsx1SRehMEuvBaXvwoWo1M6maKMqoLc=; b=KZcD8D4lVnFL9w5eEjDKd/PsKHz2JKBr1p4mb12qcq6OZG2JJzHzkDTJvBALZvzzDP3Py+ wSJU1uQrc1Zqr6Hzs1Ao5DQYfxdHuJ7F0bnfoFNNSkS170qj7Bjk0fEiz7esDkJoAzqba1 VJSNoLGLuTaOYh17Zjr9vMTF0l2gKSnEQCQq8ifh0UCOGaplbo0sYBdDelJZvQ/SUwaRKP CxGIVV7FWrZoLGj9RF4F9+toHQ/J/7ebmnOCLmuVHwsocCcHhCJk2swSTp5w+Zojcs82HM tMK2HXConhfo0GOGBS/FppF00abwiBP0ERlq6yNn6OJiqlIiAtVCX2riYUKTCg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.30.1 Date: Tue, 28 Sep 2021 14:52:55 +0200 Message-Id: <20210928125255.21147-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 22446b6b9d..668803d540 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.27.1 -pkgrel=2 +pkgver=2.30.1 +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 +26a0e10821fb41c5784e1b4ba20b086c58b78f3523a73b2a1625ee5632361de976e1ff38418e1005c1923a55ffa6207b3431fc99dacbda6d892dbf8653b4b7e3 prometheus-2.30.1.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.33.0