summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2023-03-25 17:36:01 +0100
committerSebastian Krebs2023-03-25 17:36:01 +0100
commit0b7599a89c1d52e9bd3a50572d9d4fdb9194a3ff (patch)
treed3a219b48fcde9ae7dc5efd5e302333ba6bfb89a
parent0dfaa3d8f78a5fa027a76def8847c2aabc7a87a7 (diff)
downloadaur-0b7599a89c1d52e9bd3a50572d9d4fdb9194a3ff.tar.gz
v2.43.0 -s
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11802e6bfdde..cc368b361877 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.42.0
+ pkgver = 2.43.0
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.42.0/prometheus-2.42.0.linux-amd64.tar.gz
- sha256sums_x86_64 = 422dab055ed9c7bcaff52b718705f9192c6fac0de6b7e78dd278e70ee2663dcc
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.42.0/prometheus-2.42.0.linux-armv5.tar.gz
- sha256sums_arm = d09893efe3a81b95ca79d90a19d8c9ace80c2cf7210fca3349b10c1dd0d87391
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.42.0/prometheus-2.42.0.linux-armv6.tar.gz
- sha256sums_armv6h = 0cb973f4e0e16615d071216a91bb194c4e57d2735525111aafb95fa125b154d3
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.42.0/prometheus-2.42.0.linux-armv7.tar.gz
- sha256sums_armv7h = 0409d72ecf92d7884274f7b19df8f7b97ad4dd32e04d9952eb7417afbc48f35f
- source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.42.0/prometheus-2.42.0.linux-arm64.tar.gz
- sha256sums_aarch64 = b947e4890d221f6b1d09c963fd0440720f2b5d08c29e190d6365f4b3d3e92a9d
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-amd64.tar.gz
+ sha256sums_x86_64 = cfea92d07dfd9a9536d91dff6366d897f752b1068b9540b3e2669b0281bb8ebf
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-armv5.tar.gz
+ sha256sums_arm = f51463b561d20c60becad22947e37abecb22319c37ecb4e9fba6be44cf23ddb3
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-armv6.tar.gz
+ sha256sums_armv6h = b520987da47127613a0d13f5fe86bfb03e059f064361a0992659557ca5c5ea81
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-armv7.tar.gz
+ sha256sums_armv7h = 2c973310a4be2792d80016102ec115800493a322c301fd51da57469374f274af
+ source_aarch64 = https://github.com/prometheus/prometheus/releases/download/v2.43.0/prometheus-2.43.0.linux-arm64.tar.gz
+ sha256sums_aarch64 = 79c4262a27495e5dff45a2ce85495be2394d3eecd51f0366c706f6c9c729f672
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03181d116635..c80584da8472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.42.0
+pkgver=2.43.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=('422dab055ed9c7bcaff52b718705f9192c6fac0de6b7e78dd278e70ee2663dcc')
-sha256sums_arm=('d09893efe3a81b95ca79d90a19d8c9ace80c2cf7210fca3349b10c1dd0d87391')
-sha256sums_armv6h=('0cb973f4e0e16615d071216a91bb194c4e57d2735525111aafb95fa125b154d3')
-sha256sums_armv7h=('0409d72ecf92d7884274f7b19df8f7b97ad4dd32e04d9952eb7417afbc48f35f')
-sha256sums_aarch64=('b947e4890d221f6b1d09c963fd0440720f2b5d08c29e190d6365f4b3d3e92a9d')
+sha256sums_x86_64=('cfea92d07dfd9a9536d91dff6366d897f752b1068b9540b3e2669b0281bb8ebf')
+sha256sums_arm=('f51463b561d20c60becad22947e37abecb22319c37ecb4e9fba6be44cf23ddb3')
+sha256sums_armv6h=('b520987da47127613a0d13f5fe86bfb03e059f064361a0992659557ca5c5ea81')
+sha256sums_armv7h=('2c973310a4be2792d80016102ec115800493a322c301fd51da57469374f274af')
+sha256sums_aarch64=('79c4262a27495e5dff45a2ce85495be2394d3eecd51f0366c706f6c9c729f672')
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")