Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6B109782E40 for <~alpine/aports@lists.alpinelinux.org>; Wed, 20 Jan 2021 13:44:22 +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=1611150261; 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=nje+FUlt5JwbnPcUYtGkWSSJ3sg7jWWuwe6BAqERla0=; b=KAnu3EJtY3UgAx6EXpwLXWivGqgmJqyW7Y7iP1iNzTkvFdU3GTPWCCynOJ+Q4nAHRyUzE0 K9y0AmkE23O1tvL4HA54aQOLj6jUE2jspkbmWn2e8sZ4SV5LdMThn/PdUFfrNuaMtGNht8 6b0gUUloBV2lLNOj5srXLcGBZO6iTI05oemCXq4tdfVu+RQmgb5CFeh65DWBqkLVxAV5o1 LsVMsJ5vxE4C4YyBLv/7tFttx9WxO3nyfHvSWHyDfiWkr3PKMPFLYz1vXCs7kVAa9371YO x5PhlIQq6BYrM2cL3vwYYXdNQftqwVFBmDJ/mAw76Sb/cO4uUx2+kBUTWz885Q== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.24.1 Date: Wed, 20 Jan 2021 08:44:01 -0500 Message-Id: <20210120134401.9144-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 0974fdf48b..b04693dbe0 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.24.0 +pkgver=2.24.1 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -82,6 +82,6 @@ package() { done } -sha512sums="dbd1c7904e5494318b035e14daff353fd89b28da536c79659955513b81d32f44110e84d2b02fdfecf0351d792fcdc2019acc01be668563ab6c65d4da2ae9caec prometheus-2.24.0.tar.gz +sha512sums="6c1e6a0e08ba19b7079dbaec2468c7fad2e20558edbe8708428b710ee41a9f9c1deb7180dea750a8c3a1652ff36096a4adbe517e46443d18a53ca24bfff7419a prometheus-2.24.1.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" -- 2.30.0