summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2020-07-05 11:42:14 +0200
committerSebastian Krebs2020-07-05 11:42:14 +0200
commit7d6e97fd8be3a2d9661d8a9d4ef21f5ecbd6ac5c (patch)
treecde2c5601cadde129689cd2441802d8c97bfce6d
parent8f6ae75f083ba015117e61228ec27bad2a3b934d (diff)
downloadaur-7d6e97fd8be3a2d9661d8a9d4ef21f5ecbd6ac5c.tar.gz
Update to 2.19.2
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144a991a7c23..df3f159c874c 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.19.0
+ pkgver = 2.19.2
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.19.0/prometheus-2.19.0.linux-amd64.tar.gz
- sha256sums_x86_64 = 447cf576cf1796b54daa14f5017100611392d0f7ecbc029163abed2ffc8a41fa
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-armv5.tar.gz
- sha256sums_arm = 405ddeb30a316868191223b54648bdcef225a93566d64c5c249b5fde5a5ae8a3
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-armv6.tar.gz
- sha256sums_armv6h = 5cdfd3f2cd6d5634960a379d88685e843f1f1bf0d2d5ad6fded2b149c265176f
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-armv7.tar.gz
- sha256sums_armv7h = 0dd93ea88255a270e895116f2dcf24018fe0971f890d6c5c56dab7467ce6a8c5
- source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.19.0/prometheus-2.19.0.linux-arm64.tar.gz
- sha256sums_aarch64 = 6c899a3461d1bb9787b4f79a6fdb597806f3356baf3782807c9f496271f2cd33
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-amd64.tar.gz
+ sha256sums_x86_64 = 68382959f73354b30479f9cc3e779cf80fd2e93010331652700dcc71f6b05586
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-armv5.tar.gz
+ sha256sums_arm = 811147532c18e558dc870fdeab51f4b12c65c2d28e8b5bfe9e7d41d5080a80d4
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-armv6.tar.gz
+ sha256sums_armv6h = c3e044de1dee99eefb444d2e9c117ac97cda731d12cbd2fe4e13c97ee9a5869f
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-armv7.tar.gz
+ sha256sums_armv7h = 49ad94d4f6f877d692f569ac12b8a163e33402eb4c54816a87866097cdc8b273
+ source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-arm64.tar.gz
+ sha256sums_aarch64 = 1c614badcc3e7f29131a7950609cc69d9dbc39eb19a03cee79f2de2dfd779cea
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index adbfc2f58590..06e2ccca914c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.19.0
+pkgver=2.19.2
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=('447cf576cf1796b54daa14f5017100611392d0f7ecbc029163abed2ffc8a41fa')
-sha256sums_arm=('405ddeb30a316868191223b54648bdcef225a93566d64c5c249b5fde5a5ae8a3')
-sha256sums_armv6h=('5cdfd3f2cd6d5634960a379d88685e843f1f1bf0d2d5ad6fded2b149c265176f')
-sha256sums_armv7h=('0dd93ea88255a270e895116f2dcf24018fe0971f890d6c5c56dab7467ce6a8c5')
-sha256sums_aarch64=('6c899a3461d1bb9787b4f79a6fdb597806f3356baf3782807c9f496271f2cd33')
+sha256sums_x86_64=('68382959f73354b30479f9cc3e779cf80fd2e93010331652700dcc71f6b05586')
+sha256sums_arm=('811147532c18e558dc870fdeab51f4b12c65c2d28e8b5bfe9e7d41d5080a80d4')
+sha256sums_armv6h=('c3e044de1dee99eefb444d2e9c117ac97cda731d12cbd2fe4e13c97ee9a5869f')
+sha256sums_armv7h=('49ad94d4f6f877d692f569ac12b8a163e33402eb4c54816a87866097cdc8b273')
+sha256sums_aarch64=('1c614badcc3e7f29131a7950609cc69d9dbc39eb19a03cee79f2de2dfd779cea')
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")