diff options
author | Ebben Aries <earies@dscp.org> | 2022-10-06 08:52:59 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:52 +0700 |
commit | 341bd7a59a535f45caf1180b9855bcfb274762a6 (patch) | |
tree | 4d4345e1fa6afc89efc2fb1ca6389e76da9e3bb1 /system/prometheus/prometheus.SlackBuild | |
parent | 86c35264a950a48d6aa2024da01abcec7964ea23 (diff) |
system/prometheus: Updated for version 2.39.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 d9f5c6857ebe..3d91721257c3 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.38.0} +VERSION=${VERSION:-2.39.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |