diff options
author | Ebben Aries <earies@dscp.org> | 2021-01-07 13:20:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-08 07:23:45 +0700 |
commit | 2d5e77535b00df984cd052d495bd87e9e429aee6 (patch) | |
tree | ccc60597232c6539de9b7b872b5ab86b2ce84aea /system | |
parent | d0254500b00f81c8f857ca67173241f978fb9cb5 (diff) | |
download | slackbuilds-2d5e77535b00df984cd052d495bd87e9e429aee6.tar.gz |
system/prometheus: Updated for version 2.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/prometheus/prometheus.SlackBuild | 2 | ||||
-rw-r--r-- | system/prometheus/prometheus.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/prometheus/prometheus.SlackBuild b/system/prometheus/prometheus.SlackBuild index a7a9df10aa..9c99c5c451 100644 --- a/system/prometheus/prometheus.SlackBuild +++ b/system/prometheus/prometheus.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=prometheus -VERSION=${VERSION:-2.23.0} +VERSION=${VERSION:-2.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index ab7e539f29..1b7c4e5011 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.23.0" +VERSION="2.24.0" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.23.0/prometheus-2.23.0.linux-amd64.tar.gz" -MD5SUM_x86_64="dc61f5800c01ba09f501546c61952096" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |