system/prometheus: Updated to version 2.40.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
57b53e5ead
commit
b6a49b3e6b
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=prometheus
|
||||
VERSION=${VERSION:-2.40.4}
|
||||
VERSION=${VERSION:-2.40.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="prometheus"
|
||||
VERSION="2.40.4"
|
||||
VERSION="2.40.5"
|
||||
HOMEPAGE="https://prometheus.io"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.40.4/prometheus-2.40.4.linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="985f3e7f0a9c22ba24254e1c85c9404f"
|
||||
DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="5df028399db97379ab18b2e3609ffb48"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue