Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 149A3782B99 for <~alpine/aports@lists.alpinelinux.org>; Tue, 14 Sep 2021 14:19:15 +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=1631629154; 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=PY3O7zn7uYygb2JNGPuq+wmsIJ+ygr/05z4MD3/9jt0=; b=p3sWp9JVoy/8JJO4OyZMG4YlE7xkOpf9LJF1+/VlxGvsO61ki5OMmHauabpObEh+/GtVJu 883GERkNlKI3GO/BCzavxjFVa3h7SBEbxwcpYtpFiVfQPovm5JREPeb+vuXHGSs+D6dtJ4 NdqX8AS50Bf5Hes+uDBS+UauzBSpt8PiDe5wXZ8gCheNfjD0cLlssighNGtrAp+PRw+Dmg 3XdalUkTvG5S9P8jKYaHYHMs04G0RDleXpVdOihW85pPmMyB/QlahKfghL7LCamcLDZ+xU 9oSDVu4QYMrPGWU+IYW5nbWReCG9ss2SiSsKv2RY0GO1BZqrHGJwxlY5X+fLTQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.30.0 Date: Tue, 14 Sep 2021 16:19:07 +0200 Message-Id: <20210914141907.13584-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 0e045a57ef..0958052936 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.29.2 -pkgrel=1 +pkgver=2.30.0 +pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" # mips64 and riscv64 blocked by nodejs -> yarn @@ -88,7 +88,7 @@ package() { } sha512sums=" -976bc2f33cd6060e0179712e7433de2c37d8f4607827b090360327e2176b597eddb870df52ec7ee03fcc564e972f79910ae12bfb0096ffe99ef3c6ff3eae74d8 prometheus-2.29.2.tar.gz +db9f0a1a04e62d2a24c7ef5c2fb84baf0ca8446062bb04d777c3d9b5d0cc76198e12f1d3c5c974b2688790db8b3a487fa6d94e9c91f2280fe06d1a3e741e51b3 prometheus-2.30.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd " -- 2.33.0