From ad2b755b11db01fe54db33307469a367c5b295a2 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 16 Jan 2017 08:01:10 -0500 Subject: [PATCH] prometheus: update to 1.4.1. Also adopt after being orphaned. --- srcpkgs/prometheus/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/prometheus/template b/srcpkgs/prometheus/template index 7d65874dca..3087f28dbc 100644 --- a/srcpkgs/prometheus/template +++ b/srcpkgs/prometheus/template @@ -1,6 +1,6 @@ # Template file for 'prometheus' pkgname=prometheus -version=1.1.2 +version=1.4.1 revision=1 build_style=go go_import_path="github.com/prometheus/prometheus" @@ -9,12 +9,12 @@ go_ldflags="-X ${go_import_path}/version.Version=${version} -X ${go_import_path}/version.Revision=${version} -X ${go_import_path}/version.Branch=${version} -X ${go_import_path}/version.BuildUser=VoidLinux" -maintainer="Orphaned " +maintainer="Toyam Cox " license="Apache-2.0" homepage="https://prometheus.io/" short_desc="A monitoring system and time series database" distfiles="https://github.com/prometheus/prometheus/archive/v${version}.tar.gz" -checksum=1a924ce9d8880a6dbff11eefbb823cdcc0af5977488deb8e5d16a74ae68d4708 +checksum=9665fa6fd64442be5f68b78b8e69a4a7904876989bf76f9ec39315d7292b7fa2 post_install() { vlicense LICENSE