summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2020-10-18 22:25:18 +0200
committerSebastian Krebs2020-10-18 22:25:18 +0200
commitef988e92278d6b0506022dcef420b6c9199d2f6a (patch)
tree882d86fbd1e4ff90fbf139f0a85ab2b19e43a8b1
parentf8853314edec828780d7f2d57a694269444cd3a1 (diff)
downloadaur-ef988e92278d6b0506022dcef420b6c9199d2f6a.tar.gz
Update to 2.22.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d56886a484a9..700e53317f7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.20.1
+ pkgver = 2.22.0
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -16,16 +16,16 @@ pkgbase = prometheus-bin
backup = etc/prometheus/prometheus.yml
source = prometheus.service
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.20.1/prometheus-2.20.1.linux-amd64.tar.gz
- sha256sums_x86_64 = 8fb248b579b8b9a88dd9b1686f7f68db7071960a45b28619145d3a4037375dcb
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.20.1/prometheus-2.20.1.linux-armv5.tar.gz
- sha256sums_arm = 8f1a3a449a5313bde4050e7650dea2c2500b7efdd42e3b03c0f5b2be79fa83d5
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.20.1/prometheus-2.20.1.linux-armv6.tar.gz
- sha256sums_armv6h = 95c2570275845d8712236f6b829425106b0ef0972c444de486e5fabfe33f75e7
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.20.1/prometheus-2.20.1.linux-armv7.tar.gz
- sha256sums_armv7h = cff96e0a53117f6cfceac6347bf3095b333de1bc90f86a7d383e41621184bed2
- source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.20.1/prometheus-2.20.1.linux-arm64.tar.gz
- sha256sums_aarch64 = 075fbcde3564713ad98bf4f4cb02991aae2e15aad484dae321a97b2fa8dbb165
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.linux-amd64.tar.gz
+ sha256sums_x86_64 = b9894d2bf7fae235c924c7dadda0fbc214ffc18a2bb3e9306f6fbecb589d5263
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.linux-armv5.tar.gz
+ sha256sums_arm = 35c15aacc9298d5c23cb8114a80d3890a14dc184f192e30f76d28e6a647e3d44
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.linux-armv6.tar.gz
+ sha256sums_armv6h = c48e55f3afd567d52cbef6b5ab965a8d1fdb3092ce1dc29c9105ab7b1ba4f1e1
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.linux-armv7.tar.gz
+ sha256sums_armv7h = 2207cc66cb47b692b8956a9650830679ff0b7685cac96398780a88ecb3098ff8
+ source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.linux-arm64.tar.gz
+ sha256sums_aarch64 = 03a266821dbcb71b2aa86ec3c351a6b1b8bb1e61643eecdbfe70031113206003
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0d407679edb0..4c789ed41948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.20.1
+pkgver=2.22.0
pkgrel=1
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -15,11 +15,11 @@ install='prometheus.install'
backup=('etc/prometheus/prometheus.yml')
source=('prometheus.service')
sha256sums=('0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805')
-sha256sums_x86_64=('8fb248b579b8b9a88dd9b1686f7f68db7071960a45b28619145d3a4037375dcb')
-sha256sums_arm=('8f1a3a449a5313bde4050e7650dea2c2500b7efdd42e3b03c0f5b2be79fa83d5')
-sha256sums_armv6h=('95c2570275845d8712236f6b829425106b0ef0972c444de486e5fabfe33f75e7')
-sha256sums_armv7h=('cff96e0a53117f6cfceac6347bf3095b333de1bc90f86a7d383e41621184bed2')
-sha256sums_aarch64=('075fbcde3564713ad98bf4f4cb02991aae2e15aad484dae321a97b2fa8dbb165')
+sha256sums_x86_64=('b9894d2bf7fae235c924c7dadda0fbc214ffc18a2bb3e9306f6fbecb589d5263')
+sha256sums_arm=('35c15aacc9298d5c23cb8114a80d3890a14dc184f192e30f76d28e6a647e3d44')
+sha256sums_armv6h=('c48e55f3afd567d52cbef6b5ab965a8d1fdb3092ce1dc29c9105ab7b1ba4f1e1')
+sha256sums_armv7h=('2207cc66cb47b692b8956a9650830679ff0b7685cac96398780a88ecb3098ff8')
+sha256sums_aarch64=('03a266821dbcb71b2aa86ec3c351a6b1b8bb1e61643eecdbfe70031113206003')
source_x86_64=("https://github.com/prometheus/prometheus/releases/download/v$pkgver/prometheus-$pkgver.linux-amd64.tar.gz")
source_arm=("https://github.com/prometheus/prometheus/releases/download/v$pkgver/prometheus-$pkgver.linux-armv5.tar.gz")
source_armv6h=("https://github.com/prometheus/prometheus/releases/download/v$pkgver/prometheus-$pkgver.linux-armv6.tar.gz")