summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-09-10 22:03:16 -0400
committerSlashbunny2016-09-10 22:03:16 -0400
commit6eda07e18abace16594a2b156e3e48e9b6907a9b (patch)
treee70ac387bccef29fdb27695242f3c776d788121f
parent74b9f57d0b0f7e31d5de9f614906fab2549e3133 (diff)
downloadaur-6eda07e18abace16594a2b156e3e48e9b6907a9b.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13598b996636..e37ed309378e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 31 02:16:27 UTC 2016
+# Sun Sep 11 02:01:41 UTC 2016
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 1.0.2
+ pkgver = 1.1.2
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.0.2/prometheus-1.0.2.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v1.1.2/prometheus-1.1.2.linux-amd64.tar.gz
sha256sums = 4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182
- sha256sums = b42f642090f1313ab49cccaa0c58a91b7a566a911ac7830697f67db060f3d329
+ sha256sums = dc97178c46ca04a1a1306037979d9157f758163915c78bbe07eb3d234e254867
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a7a3241aafe..827083b98ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=1.0.2
+pkgver=1.1.2
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'
- 'b42f642090f1313ab49cccaa0c58a91b7a566a911ac7830697f67db060f3d329')
+ 'dc97178c46ca04a1a1306037979d9157f758163915c78bbe07eb3d234e254867')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"