summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-07 15:24:54 +0100
committerCarsten Feuls2019-02-07 15:24:54 +0100
commite02a2870662521b17c5336757a1d92b1e900fe84 (patch)
treee610907d0724ec27c7511e82b807f24a4054eeb0
parent044df48b23cfe407d63ec670006ead11cffa122c (diff)
downloadaur-e02a2870662521b17c5336757a1d92b1e900fe84.tar.gz
Fix wrong Checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2161299154a..8724b93a3886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 7 14:22:41 UTC 2019
+# Thu Feb 7 14:24:38 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/improbable-eng/thanos
arch = x86_64
license = Apache
@@ -12,7 +12,7 @@ pkgbase = prometheus-thanos
source_x86_64 = thanos
source_x86_64 = https://github.com/improbable-eng/thanos/releases/download/v0.2.1/thanos-0.2.1.linux-amd64.tar.gz
sha256sums_x86_64 = f94f769c2af513e8dac3bfdb07e290e68f770e0b68778326206d49793a98b3ee
- sha256sums_x86_64 = 248ec0edb4015f795e24f76a8b14d077cca3509b1709c2d28d18530590ecf2d1
+ sha256sums_x86_64 = 55e509a5022df1b3af5316e862f048d4815dbba6589d0227e9c8ffdf4f2adfdc
sha256sums_x86_64 = 5feb8488b81e7869abfd3fa92f92a033f68c627cb8a591f1bcc338fee39833b1
pkgname = prometheus-thanos
diff --git a/PKGBUILD b/PKGBUILD
index 2df330f5f451..91fbf4637b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thanos
pkgname=prometheus-$_pkgname
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)"
arch=("x86_64")
url="https://github.com/improbable-eng/thanos"
@@ -16,7 +16,7 @@ source_x86_64=("thanos.service"
"thanos"
"https://github.com/improbable-eng/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.linux-amd64.tar.gz")
sha256sums_x86_64=('f94f769c2af513e8dac3bfdb07e290e68f770e0b68778326206d49793a98b3ee'
- '248ec0edb4015f795e24f76a8b14d077cca3509b1709c2d28d18530590ecf2d1'
+ '55e509a5022df1b3af5316e862f048d4815dbba6589d0227e9c8ffdf4f2adfdc'
'5feb8488b81e7869abfd3fa92f92a033f68c627cb8a591f1bcc338fee39833b1')
package() {