summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2022-02-05 19:12:12 +0100
committerSebastian Krebs2022-02-05 19:12:12 +0100
commit4cf1860cde1409b1fcc8a3a5b75002c747049f68 (patch)
treecc778684b9984c7f65b5df8aa1353fa8fa34f3d6
parentafadeb2ed584cb936ae835e39d7d1af9e8e43de9 (diff)
downloadaur-4cf1860cde1409b1fcc8a3a5b75002c747049f68.tar.gz
v2.33.1
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5644d1470f7e..19c21052cc35 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.32.1
+ pkgver = 2.33.1
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.32.1/prometheus-2.32.1.linux-amd64.tar.gz
- sha256sums_x86_64 = f08e96d73330a9ee7e6922a9f5b72ea188988a083bbfa9932359339fcf504a74
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.linux-armv5.tar.gz
- sha256sums_arm = 5a5e0c22ae01b39acc6121776b290ea88e94895e81a74df91b4013c1e4897c06
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.linux-armv6.tar.gz
- sha256sums_armv6h = df064f711c15b2cf4dfc4a42aae73454f9b82c34838af51a3d3e16d49f29bc3d
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.linux-armv7.tar.gz
- sha256sums_armv7h = 21d8a095f02b2986d408cff744e568ca66c92212b124673143b155a80284d2e4
- source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.32.1/prometheus-2.32.1.linux-arm64.tar.gz
- sha256sums_aarch64 = 2d185a8ed46161babeaaac8ce00ef1efdeccf3ef4ed234cd181eac6cad1ae4b2
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-amd64.tar.gz
+ sha256sums_x86_64 = 55de29727fc4d3977d3400c54fa222ebb52755bd0201936f1e1052fea6f2b44b
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-armv5.tar.gz
+ sha256sums_arm = bc51a6073ac1d90c8ebd548694baeb8c6dff91945cf00b763c65a11412b7f945
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-armv6.tar.gz
+ sha256sums_armv6h = 16769a890ce803f571a5c68689dd9c6401a9d80e491352eaefd5eeff6441e460
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-armv7.tar.gz
+ sha256sums_armv7h = 09e285f098c36a5f2e7cf065fb38bd8f65ef262aeda728aac48b8cbb40ef34cc
+ source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-arm64.tar.gz
+ sha256sums_aarch64 = 21d89df7a98882a1a872bd3210aeaac3915a7f7be9f2ad28c986c80ad64ee77d
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79d93ed91352..8ea7c3b99e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.32.1
+pkgver=2.33.1
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=('f08e96d73330a9ee7e6922a9f5b72ea188988a083bbfa9932359339fcf504a74')
-sha256sums_arm=('5a5e0c22ae01b39acc6121776b290ea88e94895e81a74df91b4013c1e4897c06')
-sha256sums_armv6h=('df064f711c15b2cf4dfc4a42aae73454f9b82c34838af51a3d3e16d49f29bc3d')
-sha256sums_armv7h=('21d8a095f02b2986d408cff744e568ca66c92212b124673143b155a80284d2e4')
-sha256sums_aarch64=('2d185a8ed46161babeaaac8ce00ef1efdeccf3ef4ed234cd181eac6cad1ae4b2')
+sha256sums_x86_64=('55de29727fc4d3977d3400c54fa222ebb52755bd0201936f1e1052fea6f2b44b')
+sha256sums_arm=('bc51a6073ac1d90c8ebd548694baeb8c6dff91945cf00b763c65a11412b7f945')
+sha256sums_armv6h=('16769a890ce803f571a5c68689dd9c6401a9d80e491352eaefd5eeff6441e460')
+sha256sums_armv7h=('09e285f098c36a5f2e7cf065fb38bd8f65ef262aeda728aac48b8cbb40ef34cc')
+sha256sums_aarch64=('21d89df7a98882a1a872bd3210aeaac3915a7f7be9f2ad28c986c80ad64ee77d')
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")