~alpine/aports

community/prometheus: upgrade to 2.31.1 v1 APPLIED

Drew DeVault: 1
 community/prometheus: upgrade to 2.31.1

 1 files changed, 7 insertions(+), 7 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3752/mbox | git am -3
Learn more about email & git

[PATCH] community/prometheus: upgrade to 2.31.1 Export this patch

---
 community/prometheus/APKBUILD | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD
index 5a941bac75..96c7edee97 100644
--- a/community/prometheus/APKBUILD
+++ b/community/prometheus/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=prometheus
pkgver=2.30.3
pkgver=2.31.1
pkgrel=0
pkgdesc="The Prometheus monitoring system and time series database"
url="https://github.com/prometheus/prometheus"
@@ -21,14 +21,14 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/prometheus/prometheus/archiv
#     - CVE-2021-29622

build() {
	cd web/ui/react-app
	cd "$builddir"/web/ui/react-app
	yarn --frozen-lockfile
	yarn lint
	cd ../../../
	./scripts/build_react_app.sh
	cd web/ui
	cd "$builddir"/web/ui
	npm run build
	npm run build:module
	go generate -x -v
	cd ../../
	cd "$builddir"
	gofmt -w ./web/ui

	GOLDFLAGS="-X github.com/prometheus/common/version.Version=$pkgver
@@ -88,7 +88,7 @@ package() {
}

sha512sums="
9b6715350429d0991d51c5f5c6e5f19284e1a5ed2b0db93915f21770b0a52c858e0a3f87029338ce0f1403071a673e9514b7be8899a195ba1e467335ac77cb39  prometheus-2.30.3.tar.gz
ca811c0e44b6dcb6fd7631928fe5c83ea3300868891d6492b52f42f79835c41c0ad7eced94a9e67558cb30cca149f61f4b531a2b36c44fc5231aeeacc41c7ecd  prometheus-2.31.1.tar.gz
eb0cebe41782f90079f367832f7c9efa18b99df410506b65b2e0b11fa05f8f2956f68c0fca836664729d50b85fc969a96e99e1d32012fe3c655cddc0b16a7561  prometheus.initd
24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239  prometheus.confd
"
-- 
2.33.1