Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C3956780ED9 for <~alpine/aports@lists.alpinelinux.org>; Wed, 17 Feb 2021 16:40:16 +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=1613580015; 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=a1sNW6+Ooc1JQ+9kkhL1borpCf+2g3GegxyzmavKQdQ=; b=lrEdDZ2IbbrtnWnRgcp2wwEOqTDQqY3zXl2L+4yxpTxv6qz/pv0E5jWst1bDe6ANDtIFJz 2Kh+ecPMnhtSuv8V+/GRMCqG+6cqEqzmD0Ehh0lHRKpaKI0tQsBgnYy2ItWBMLrzPubCRX NWu4JtG2uC04VrgMX7/ElPK6vCYnGS23l+Y8vjIBawBJN5lEKk8BtXUZ4UuLRGzImmQQkb /K6jumhcelgeG10J2+34CblJfB02fjpEw9vRofQOCplVE7diZKU45I4/91YdtMroVl/tQl 3bBMWBrdnpyVvUoUB/0Uk4+zO+kEJKauWKd+TobUXO6uw5v4AVesx08rvcb4RQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/prometheus: upgrade to 2.25.0 Date: Wed, 17 Feb 2021 11:40:12 -0500 Message-Id: <20210217164012.2228-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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index b04693dbe0..70c34557ac 100644 --- a/community/prometheus/APKBUILD +++ b/community/prometheus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=prometheus -pkgver=2.24.1 +pkgver=2.25.0 pkgrel=0 pkgdesc="The Prometheus monitoring system and time series database" url="https://github.com/prometheus/prometheus" @@ -39,6 +39,7 @@ build() { GOLDFLAGS="$GOLDFLAGS -extldflags $LDFLAGS" fi + go mod vendor go build \ -trimpath \ -mod=vendor \ @@ -82,6 +83,6 @@ package() { done } -sha512sums="6c1e6a0e08ba19b7079dbaec2468c7fad2e20558edbe8708428b710ee41a9f9c1deb7180dea750a8c3a1652ff36096a4adbe517e46443d18a53ca24bfff7419a prometheus-2.24.1.tar.gz +sha512sums="ff13acff09bcd39607b06f5003343c6461e52c3a7eb49b42336e63560b20b5146bd2be0f978e9107a64918d6257c215c3b94d154a32f8792c25fcb2b3d2329f6 prometheus-2.25.0.tar.gz eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561 prometheus.initd 24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd" -- 2.30.1