diff options
author | Ebben Aries <earies@dscp.org> | 2021-06-21 12:35:13 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-22 17:24:05 +0700 |
commit | e08b3ad8a5e78f3b12afb59c296065c7823ad93a (patch) | |
tree | ca6ffad7c40f89a44ab9bb8c575171e926a6f152 /system | |
parent | e05018ba1ae20ae6de77cdecc80fb7f04dc56c98 (diff) | |
download | slackbuilds-e08b3ad8a5e78f3b12afb59c296065c7823ad93a.tar.gz |
system/prometheus: Updated to version 2.28.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 c3727e295a..556a7c4f35 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.27.1} +VERSION=${VERSION:-2.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/prometheus/prometheus.info b/system/prometheus/prometheus.info index 7322a2bb26..c616e9a390 100644 --- a/system/prometheus/prometheus.info +++ b/system/prometheus/prometheus.info @@ -1,10 +1,10 @@ PRGNAM="prometheus" -VERSION="2.27.1" +VERSION="2.28.0" HOMEPAGE="https://prometheus.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.27.1/prometheus-2.27.1.linux-amd64.tar.gz" -MD5SUM_x86_64="d7b8f8cff76c4922720257775c5a91e1" +DOWNLOAD_x86_64="https://github.com/prometheus/prometheus/releases/download/v2.28.0/prometheus-2.28.0.linux-amd64.tar.gz" +MD5SUM_x86_64="20be271f3502dbf1ff76f9e87e026c23" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |