summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2017-11-12 13:26:48 -0500
committerSlashbunny2017-11-12 13:26:48 -0500
commit502f689bdfc7122e032374d87028152f826d66c5 (patch)
tree747b8be19bdb9ecbd090e7ab01ef1d6c4793b53a
parent278abbc0a1f7ea1a1b9da1d2a2cc7425796ade8f (diff)
downloadaur-502f689bdfc7122e032374d87028152f826d66c5.tar.gz
Update to latest upstream version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b43a790699..706c30a8c4d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 17:06:59 UTC 2017
+# Sun Nov 12 18:25:00 UTC 2017
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 1.8.1
+ pkgver = 2.0.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.8.1/prometheus-1.8.1.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.linux-amd64.tar.gz
sha256sums = 4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182
- sha256sums = fd33edb48ea04f275ea630b7a90bb882aeb9318a1fa94e4e3b1afab060538251
+ sha256sums = e12917b25b32980daee0e9cf879d9ec197e2893924bd1574604eb0f550034d46
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9c763fe2d7ee..b68ab73c524f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=1.8.1
+pkgver=2.0.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'
- 'fd33edb48ea04f275ea630b7a90bb882aeb9318a1fa94e4e3b1afab060538251')
+ 'e12917b25b32980daee0e9cf879d9ec197e2893924bd1574604eb0f550034d46')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"