diff options
author | Ebben Aries <earies@dscp.org> | 2021-11-12 15:59:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-14 10:51:13 +0700 |
commit | 88d7f98af6ca83e6865414414fe5d69bbd67a71c (patch) | |
tree | 0e83c35d884a47d400c19739a3043429ade69238 /system/prometheus/prometheus.SlackBuild | |
parent | a9cfee6f1c2438ac5318140715953d7c1387b082 (diff) |
system/prometheus: Updated to version 2.31.1
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 bb50562a5333..ce9ed1700f32 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.30.3} +VERSION=${VERSION:-2.31.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |