system/prometheus: Updated for version 2.24.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1f0c650cf
commit
3db58f1602
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=prometheus
|
||||
VERSION=${VERSION:-2.24.0}
|
||||
VERSION=${VERSION:-2.24.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="prometheus"
|
||||
VERSION="2.24.0"
|
||||
VERSION="2.24.1"
|
||||
HOMEPAGE="https://prometheus.io"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.24.0/prometheus-2.24.0.linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="4e683b330f04ea139c5956742bf041c2"
|
||||
DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.24.1/prometheus-2.24.1.linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="da32d4573cee35d9305539267c4a84bf"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue