diff options
author | Ebben Aries <earies@dscp.org> | 2024-08-09 15:31:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:11 +0700 |
commit | 18e940779e942f5d03ca5f6ade4fa8cbf709258d (patch) | |
tree | aa8c0715293452b72a3584dd2c35d62581c1a6bf /system/prometheus/prometheus.SlackBuild | |
parent | 9f1111ebbbb2b6b5cf50dd28932f08190ed77e60 (diff) |
system/prometheus: Updated for version 2.54.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/prometheus/prometheus.SlackBuild')
-rw-r--r-- | system/prometheus/prometheus.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prometheus/prometheus.SlackBuild b/system/prometheus/prometheus.SlackBuild index abb40d4293..7e5b6d5056 100644 --- a/system/prometheus/prometheus.SlackBuild +++ b/system/prometheus/prometheus.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prometheus -VERSION=${VERSION:-2.53.1} +VERSION=${VERSION:-2.54.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |