aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/prometheus/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD
index f6d213c7e4..c20b886fe2 100644
--- a/community/prometheus/APKBUILD
+++ b/community/prometheus/APKBUILD
@@ -1,20 +1,20 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=prometheus
-pkgver=2.15.2
+pkgver=2.16.0
pkgrel=0
pkgdesc="The Prometheus monitoring system and time series database"
url="https://github.com/prometheus/prometheus"
arch="all"
license="Apache-2.0"
+options="!check" # Broken by integrations we don't care about
install="prometheus.pre-install"
makedepends="go yarn bash"
+subpackages="$pkgname-openrc"
source="
$pkgname-$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz
prometheus.confd
prometheus.initd
-"
-subpackages="$pkgname-openrc"
-options="!check" # Broken by integrations we don't care about
+ "
build() {
cd web/ui/react-app
@@ -70,6 +70,6 @@ package() {
done
}
-sha512sums="a444acd9b18aa3d62eab8e5807ef0cfee44165e1b80a979f61c42c99d104ad2a1991729704e5ae7423b881bc247de6f42eb2682c23e41cbbc31da58ad4e9b169 prometheus-2.15.2.tar.gz
+sha512sums="2408b97b67e8199f6f6287ba4a587048ec43f7922020802823067bd11a114d2abf7fb2b858a0facf60c7cb3de4261689bb98564713d89984a2eb3a9d98bf55d3 prometheus-2.16.0.tar.gz
24b34e586238d5b331639aa5c43b6a927692f251af2cea2787335eab30d2fc7d46975059595db4697ae0dc1d35b5e23cfc4e4b2e424442c209a05283ca22a239 prometheus.confd
70762af1c3aa04725a5e33407228f139e2a328c52a57bd17538901784cace8bea02d9fc8cdd7806c1713c2b2319655104204a06c4c3e8dc1ccdaaa2fd8215252 prometheus.initd"