summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2017-11-01 13:07:11 -0400
committerSlashbunny2017-11-01 13:07:11 -0400
commit278abbc0a1f7ea1a1b9da1d2a2cc7425796ade8f (patch)
treed74862286ae77c004420de2c58b2fee01d6cf979
parenta598021a00ad130597b9819c4198305f03e7ee1f (diff)
downloadaur-278abbc0a1f7ea1a1b9da1d2a2cc7425796ade8f.tar.gz
Update to latest upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e722a5ea6b..49b43a790699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 22 19:04:27 UTC 2017
+# Wed Nov 1 17:06:59 UTC 2017
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 1.7.1
+ pkgver = 1.8.1
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.7.1/prometheus-1.7.1.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v1.8.1/prometheus-1.8.1.linux-amd64.tar.gz
sha256sums = 4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182
- sha256sums = 4779d5cf08c50ed368a57b102ab3895e5e830d6b355ca4bfecf718a034a164e0
+ sha256sums = fd33edb48ea04f275ea630b7a90bb882aeb9318a1fa94e4e3b1afab060538251
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee300a1788a6..9c763fe2d7ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=1.7.1
+pkgver=1.8.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'
- '4779d5cf08c50ed368a57b102ab3895e5e830d6b355ca4bfecf718a034a164e0')
+ 'fd33edb48ea04f275ea630b7a90bb882aeb9318a1fa94e4e3b1afab060538251')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"