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