summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-07-02 17:24:59 -0400
committerSlashbunny2016-07-02 17:24:59 -0400
commitf2238d962a5d93add03a4d6beb1f1f9ba29d611b (patch)
treec2b42fb517042b3af8a34674697ed88776b7c65e
parentf709671117383b448b2e8f32b545d94ff7fba49d (diff)
downloadaur-f2238d962a5d93add03a4d6beb1f1f9ba29d611b.tar.gz
Correct checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a21efa1b3a..8e56171eb3bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 21:20:55 UTC 2016
+# Sat Jul 2 21:24:48 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 = 1
+ pkgrel = 2
url = http://prometheus.io
install = prometheus.install
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = prometheus-bin
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
- sha256sums = 86e5ac4f367c86cc3f315ed22726df7d5a8435cc8b53b7cda9a1a4ec6cacb287
+ sha256sums = 54e24e90fd323156e52b075eada302afc8d0513d6b24e16dba90c0f01250f0c2
sha256sums = 660ba94efb1f4cff4934dc55bfe1b920f9bc4630bf731de4a67599b048c42c5c
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 562b4d72fef4..fbf12463ed98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=prometheus-bin
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64')
url="http://prometheus.io"
@@ -15,7 +15,7 @@ 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" )
-sha256sums=('86e5ac4f367c86cc3f315ed22726df7d5a8435cc8b53b7cda9a1a4ec6cacb287'
+sha256sums=('54e24e90fd323156e52b075eada302afc8d0513d6b24e16dba90c0f01250f0c2'
'660ba94efb1f4cff4934dc55bfe1b920f9bc4630bf731de4a67599b048c42c5c')
package() {