summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-07 15:24:54 +0100
committerCarsten Feuls2019-02-07 15:24:54 +0100
commite02a2870662521b17c5336757a1d92b1e900fe84 (patch)
treee610907d0724ec27c7511e82b807f24a4054eeb0 /PKGBUILD
parent044df48b23cfe407d63ec670006ead11cffa122c (diff)
downloadaur-e02a2870662521b17c5336757a1d92b1e900fe84.tar.gz
Fix wrong Checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {