summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-08-06 12:49:45 -0400
committerSlashbunny2016-08-06 12:49:45 -0400
commitc1261648a997f0a593cb016f6cf8e129cfa7157a (patch)
tree498a2315c883975705bdd38752c344dde624c715
parentba6f06a31289b1c4de1f7d8bd65117c65d2367a8 (diff)
downloadaur-c1261648a997f0a593cb016f6cf8e129cfa7157a.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a04496bcad..201ba7115218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 21:34:12 UTC 2016
+# Sat Aug 6 16:28:32 UTC 2016
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 0.20.0
- pkgrel = 3
+ pkgver = 1.0.1
+ pkgrel = 1
url = http://prometheus.io
install = prometheus.install
arch = x86_64
@@ -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/0.20.0/prometheus-0.20.0.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v1.0.1/prometheus-1.0.1.linux-amd64.tar.gz
sha256sums = 4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182
- sha256sums = 660ba94efb1f4cff4934dc55bfe1b920f9bc4630bf731de4a67599b048c42c5c
+ sha256sums = 2ef4f7e416c6fdc07396be9a72f69670733a0c6f72060c8bb42d6ff3410eae96
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a73ae25ebd4..42c50fec9827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=0.20.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64')
url="http://prometheus.io"
@@ -14,9 +14,9 @@ conflicts=('prometheus' 'prometheus-git')
install='prometheus.install'
backup=('etc/prometheus/prometheus.yml')
source=('prometheus.service'
-"https://github.com/prometheus/prometheus/releases/download/${pkgver}/prometheus-${pkgver}.linux-amd64.tar.gz" )
+"https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-amd64.tar.gz" )
sha256sums=('4a021c97178c244b844b659f36fdef4c33c1176aacd9ea570396acf49b398182'
- '660ba94efb1f4cff4934dc55bfe1b920f9bc4630bf731de4a67599b048c42c5c')
+ '2ef4f7e416c6fdc07396be9a72f69670733a0c6f72060c8bb42d6ff3410eae96')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"