diff options
author | Ebben Aries <earies@dscp.org> | 2023-03-21 09:23:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:21 +0700 |
commit | 338c8e08bd93fbb9e38f9717092e4a07305b2e8e (patch) | |
tree | 50556e8f2f296ec9efbfad81232341a7ec52d327 /system/prometheus/prometheus.SlackBuild | |
parent | b9ed95e68f4a9b1d560c9aea5f7866426f302101 (diff) |
system/prometheus: Updated for version 2.43.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 45a954cf09..bf6592402c 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.42.0} +VERSION=${VERSION:-2.43.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |