From bd577f1d57286696d5622e6116d299ba0501bc0b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 21 Jan 2019 19:05:55 +0100 Subject: [PATCH] prometheus: update to 2.6.1 Signed-off-by: Paul Spooren --- utils/prometheus/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/prometheus/Makefile b/utils/prometheus/Makefile index 842cb4b5f..1329386dd 100644 --- a/utils/prometheus/Makefile +++ b/utils/prometheus/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prometheus -PKG_VERSION:=2.6.0 +PKG_VERSION:=2.6.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/prometheus/prometheus/tar.gz/v${PKG_VERSION}? -PKG_HASH:=e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d +PKG_HASH:=3ece7541e090e6c11c0c35a0856b99005094aded0152e1e3e71ea2390ac8069f PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Paul Spooren +PKG_MAINTAINER:=Paul Spooren PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1