Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 65D23782BBA for <~alpine/aports@lists.alpinelinux.org>; Wed, 15 Sep 2021 05:58:17 +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=1631685495; 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=JIF0gg5luIq+IoX4kYW+yBy7zknoFK9qTRWgeFqsW3k=; b=FyPuFKIQqqjLf6CsJhp/5/81103YDZHC/b8gYPiA6//Nwj6C7O1z4Xmrnea6605AS5I/Jj zDTqG63K8Kfp5E2Fkps9FLB5kljvzQoYpEvzQNYGKNkGmLfefoEGw5O5k3zAjze+DeB5S5 vidRJBbCJEclM/XVVC2bHzxrf6J9WJvna7VaWpWMr0jofUFTuaBPTzOvsHFChL84zd+XoC gORUP0FORMD4pX93eZKXVpscXNAfRKoUT6BS15CF1e0r9QjqMAnSmQYpJhGM1I3QJ6RinW UiSv02Be4E+2qGa6mLZfJnIaZjNSgzeSpa3P+1mNRlbQh9RZGFQE0ZyACUCOaw== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH v2] community/prometheus: upgrade to 2.30.0 Date: Wed, 15 Sep 2021 07:58:12 +0200 Message-Id: <20210915055812.24688-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- v2: add npm dependency community/prometheus/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 0e045a57ef..b3e9b226ee 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 @@ -9,7 +9,7 @@ arch="all !mips64 !riscv64" license="Apache-2.0" options="!check" # Broken by integrations we don't care about install="prometheus.pre-install" -makedepends="go yarn bash" +makedepends="go npm yarn bash" subpackages="$pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz prometheus.initd @@ -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