summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2017-04-16 16:55:15 -0400
committerSlashbunny2017-04-16 16:55:15 -0400
commit67c6aee5819d9617a7d86e56017225f07193bd20 (patch)
treed50577b66b64fedbec385ee93cb8a0feb8d91a76
parent3ca4a14243c9925d15f46ba0d4aa9966eb6c378a (diff)
downloadaur-67c6aee5819d9617a7d86e56017225f07193bd20.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507c4bdfdfd7..f1594bdf608c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 03:26:19 UTC 2017
+# Sun Apr 16 20:55:05 UTC 2017
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -13,9 +13,9 @@ pkgbase = prometheus-bin
conflicts = prometheus-git
backup = etc/prometheus/prometheus.yml
source = prometheus.service
- source = https://github.com/prometheus/prometheus/releases/download/v1.5.2/prometheus-1.5.2.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v1.6.0/prometheus-1.6.0.linux-amd64.tar.gz
sha256sums = 4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182
- sha256sums = 971c5f365c3f53f52d05729acf43962905832b33d740798094850a25645de5ae
+ sha256sums = c5859329efca767a3a4f7fdb5f97f7bc5a4c85bce9f9fa3aa2a6394e70f399af
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9226f9b8b324..1a38f98cd1f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64')
@@ -16,7 +16,7 @@ backup=('etc/prometheus/prometheus.yml')
source=('prometheus.service'
"https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-amd64.tar.gz" )
sha256sums=('4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182'
- '971c5f365c3f53f52d05729acf43962905832b33d740798094850a25645de5ae')
+ 'c5859329efca767a3a4f7fdb5f97f7bc5a4c85bce9f9fa3aa2a6394e70f399af')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"