aboutsummaryrefslogtreecommitdiff
path: root/system/prometheus/prometheus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/prometheus/prometheus.SlackBuild')
-rw-r--r--system/prometheus/prometheus.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/system/prometheus/prometheus.SlackBuild b/system/prometheus/prometheus.SlackBuild
index 9b572ba5e2..482d939cc6 100644
--- a/system/prometheus/prometheus.SlackBuild
+++ b/system/prometheus/prometheus.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Prometheus
-# Copyright 2017-2024 Ebben Aries <slackbuilds@dscp.org>
+# Copyright 2017-2025 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=prometheus
-VERSION=${VERSION:-2.55.1}
+VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,10 +90,6 @@ mkdir -p $PKG/usr/bin
cp -a prometheus $PKG/usr/bin
cp -a promtool $PKG/usr/bin
-mkdir -p $PKG/usr/share/prometheus
-cp -ar console_libraries $PKG/usr/share/prometheus
-cp -ar consoles $PKG/usr/share/prometheus
-
mkdir -p $PKG/var/lib/prometheus
chown -R prometheus:prometheus $PKG/var/lib/prometheus