summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2022-12-10 11:58:25 +0100
committerSebastian Krebs2022-12-10 11:58:25 +0100
commit82735e300c95c591232d0da448d524539919007f (patch)
tree9b552d446511f82c943630bff1cbeaa78a49fd5a
parent70c1bfecdebcae87e03cfbb72c0435e133815c1b (diff)
downloadaur-82735e300c95c591232d0da448d524539919007f.tar.gz
v2.40.6
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceb2d35dbcf5..3b916939a40a 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.40.5
+ pkgver = 2.40.6
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -16,15 +16,15 @@ pkgbase = prometheus-bin
backup = etc/prometheus/prometheus.yml
source = prometheus.service
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-amd64.tar.gz
- sha256sums_x86_64 = 57cfa1de3d2b37f768a8391c35a435535f8104e6082a70c5c1278fffa65b4aa8
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-armv5.tar.gz
- sha256sums_arm = 326896ca32a6a22fa62a940469d147bc07bc4c95792b81bdbf67aa5a37675c16
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-armv6.tar.gz
- sha256sums_armv6h = 6522074937897f69a5720db4c87fe0f06f8b74998b3484f0ce5b4daa04bc3095
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-armv7.tar.gz
- sha256sums_armv7h = a119227801f5602aff806abeafe094750aa4ec59424871fbff268dce755400c8
- source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-arm64.tar.gz
- sha256sums_aarch64 = 2e00fd81d5ce21039b858ab96dc073ba3133b35fd0a372d93b7e4e4acb9ceabb
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-amd64.tar.gz
+ sha256sums_x86_64 = a14b049b2f0f3b1ea0251a34fe8a01a835e6ba494c5bb5ea4014104eba7b956a
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-armv5.tar.gz
+ sha256sums_arm = bc35c124efe2f77ec0e45648fca5ad4dc29cd5bc212f4759574fefde2823083e
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-armv6.tar.gz
+ sha256sums_armv6h = 2b94b46a449c420c7252e65b20c5a12775257a8e32e5604081ab2e6a56ec333d
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-armv7.tar.gz
+ sha256sums_armv7h = 91bbe62caedc7c8fb74ebc4c156b0762fd9be4b03112ac30da5bd9f40c6e3689
+ source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-arm64.tar.gz
+ sha256sums_aarch64 = 822da156b3235afcd74ea73cccf4d546fcd4710431e157d73db08ea878b55fc3
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81afc0e2a3f3..b9b2b7cde7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.40.5
+pkgver=2.40.6
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=('57cfa1de3d2b37f768a8391c35a435535f8104e6082a70c5c1278fffa65b4aa8')
-sha256sums_arm=('326896ca32a6a22fa62a940469d147bc07bc4c95792b81bdbf67aa5a37675c16')
-sha256sums_armv6h=('6522074937897f69a5720db4c87fe0f06f8b74998b3484f0ce5b4daa04bc3095')
-sha256sums_armv7h=('a119227801f5602aff806abeafe094750aa4ec59424871fbff268dce755400c8')
-sha256sums_aarch64=('2e00fd81d5ce21039b858ab96dc073ba3133b35fd0a372d93b7e4e4acb9ceabb')
+sha256sums_x86_64=('a14b049b2f0f3b1ea0251a34fe8a01a835e6ba494c5bb5ea4014104eba7b956a')
+sha256sums_arm=('bc35c124efe2f77ec0e45648fca5ad4dc29cd5bc212f4759574fefde2823083e')
+sha256sums_armv6h=('2b94b46a449c420c7252e65b20c5a12775257a8e32e5604081ab2e6a56ec333d')
+sha256sums_armv7h=('91bbe62caedc7c8fb74ebc4c156b0762fd9be4b03112ac30da5bd9f40c6e3689')
+sha256sums_aarch64=('822da156b3235afcd74ea73cccf4d546fcd4710431e157d73db08ea878b55fc3')
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")