summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2017-07-22 15:05:34 -0400
committerSlashbunny2017-07-22 15:05:34 -0400
commita598021a00ad130597b9819c4198305f03e7ee1f (patch)
treecd9e4c175d8148b1626f6eb0a435f42b4a57a67e /PKGBUILD
parent67c6aee5819d9617a7d86e56017225f07193bd20 (diff)
downloadaur-a598021a00ad130597b9819c4198305f03e7ee1f.tar.gz
Update to 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a38f98cd1f7..ee300a1788a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=1.6.0
+pkgver=1.7.1
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'
- 'c5859329efca767a3a4f7fdb5f97f7bc5a4c85bce9f9fa3aa2a6394e70f399af')
+ '4779d5cf08c50ed368a57b102ab3895e5e830d6b355ca4bfecf718a034a164e0')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"