diff options
author | Ebben Aries <earies@dscp.org> | 2022-06-21 07:15:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:38 +0700 |
commit | 41bb74cabba446e1cd85e74c647900922c34ff50 (patch) | |
tree | 94c1636c0b7f958fc6546b37d5b418188571eced /system/prometheus/prometheus.SlackBuild | |
parent | dc3a3a936ab61ba906114f0ee855b3ef1ef8e2c4 (diff) |
system/prometheus: Updated to version 2.36.2.
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 6fb15fac6c298..542217643fd55 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.36.1} +VERSION=${VERSION:-2.36.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |