summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-19 15:25:32 +0100
committerCarsten Feuls2019-02-19 15:25:32 +0100
commit4cdad91b6c713d5d9b92857c3167e769a70d7891 (patch)
tree486129cedd5fd8528fede0f19bc00ea264b46ce0
parent504a0f8d5cab2a1dfbb1c684ccd9a6cf7d7d2dd3 (diff)
downloadaur-4cdad91b6c713d5d9b92857c3167e769a70d7891.tar.gz
Update to 0.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e083be22a5a..f56ce208678b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 15 14:39:53 UTC 2019
+# Tue Feb 19 14:25:19 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
- pkgver = 0.3.0
- pkgrel = 3
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/improbable-eng/thanos
arch = x86_64
license = Apache
@@ -29,7 +29,7 @@ pkgbase = prometheus-thanos
source_x86_64 = thanos-compact.conf
source_x86_64 = thanos-downsample.conf
source_x86_64 = thanos.sysuser
- source_x86_64 = https://github.com/improbable-eng/thanos/releases/download/v0.3.0/thanos-0.3.0.linux-amd64.tar.gz
+ source_x86_64 = https://github.com/improbable-eng/thanos/releases/download/v0.3.1/thanos-0.3.1.linux-amd64.tar.gz
sha256sums_x86_64 = c5d8fe78aae3e3c5e32790e5a4e8f1ff4d4ac8e608926bf735a7e22a23a4531a
sha256sums_x86_64 = b48a1cdd78c56e010655a015bd89a06ae8b8ba9043aba7a518a9254a735b8f5d
sha256sums_x86_64 = f14e3dab682a4e2777ed4c02da1d2be677327f166588767047aa10e853f7d928
@@ -43,7 +43,7 @@ pkgbase = prometheus-thanos
sha256sums_x86_64 = 572baa54d9191e7a26865efde62b9170cea41fdc5c94131ae2089b4b3961d3ab
sha256sums_x86_64 = 3ec0605d3b8d2286f05c7ebfafcae87cf191caf65405e74b38f5e880cbdf08cd
sha256sums_x86_64 = 0d2ee33fa0a91ea2a93c652fdcc8d50f2b69a3598bc6819f14c57239ce3fcc82
- sha256sums_x86_64 = fe1cb7ed940dac645309bbf0ce99c278ded8727a6cab9842bd9f572d205f60a6
+ sha256sums_x86_64 = f523667428af6ec59c21822bab53061f14fe7bde72d23789ccd70fc282438444
pkgname = prometheus-thanos
diff --git a/PKGBUILD b/PKGBUILD
index f8b2bbbb00d6..052d24ba38fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=thanos
pkgname=prometheus-$_pkgname
-pkgver=0.3.0
-pkgrel=3
+pkgver=0.3.1
+pkgrel=1
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"
@@ -48,7 +48,7 @@ sha256sums_x86_64=('c5d8fe78aae3e3c5e32790e5a4e8f1ff4d4ac8e608926bf735a7e22a23a4
'572baa54d9191e7a26865efde62b9170cea41fdc5c94131ae2089b4b3961d3ab'
'3ec0605d3b8d2286f05c7ebfafcae87cf191caf65405e74b38f5e880cbdf08cd'
'0d2ee33fa0a91ea2a93c652fdcc8d50f2b69a3598bc6819f14c57239ce3fcc82'
- 'fe1cb7ed940dac645309bbf0ce99c278ded8727a6cab9842bd9f572d205f60a6')
+ 'f523667428af6ec59c21822bab53061f14fe7bde72d23789ccd70fc282438444')
package() {
cd "${srcdir}/$_pkgname-$pkgver.linux-amd64"