summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2019-12-25 00:42:59 +0100
committerSebastian Krebs2019-12-25 00:42:59 +0100
commit87ce89ceedc73a7120bcbc6740d201734c4c4c75 (patch)
tree4a38e0aaefdec370d782a1f89eebd9749b949ab1
parentaf7987135011ce1df1faccde340967a5a0da12fe (diff)
downloadaur-87ce89ceedc73a7120bcbc6740d201734c4c4c75.tar.gz
2.15.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3333ad7840d1..155983940f00 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.8.0
+ pkgver = 2.15.0
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -15,14 +15,14 @@ pkgbase = prometheus-bin
backup = etc/prometheus/prometheus.yml
source = prometheus.service
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.linux-amd64.tar.gz
- sha256sums_x86_64 = b8649bc6317af31fd3c998648ef0aa8bc0099fece24952fd1aca1bff665e9216
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.linux-armv5.tar.gz
- sha256sums_arm = e8851146541bd78edf3dfdd3d4c352fa2c05b7a3dfbce58b84ef970b4e6c904d
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.linux-armv6.tar.gz
- sha256sums_armv6h = a04f36612368b6fe2dfe0f96c50e8f7bf2cc231e6d724d053911e050bab4901a
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.8.0/prometheus-2.8.0.linux-armv7.tar.gz
- sha256sums_armv7h = a5655688286eb72244489bad2b27eb399158cf35dec556e7e1eeb96c66dec311
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.linux-amd64.tar.gz
+ sha256sums_x86_64 = 1c2175428e7a70297d97a30a04278b86ccd6fc53bf481344936d6573482203b4
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.linux-armv5.tar.gz
+ sha256sums_arm = 31ec0f2cb070d91e2dbe7ecc6c5f1051b28f6792fd7b5ae3c8a127ff90097584
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.linux-armv6.tar.gz
+ sha256sums_armv6h = c16b654cb7cfb9919da62b791759561e10b6d9d9271e1160f11d045cb29f5473
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.linux-armv7.tar.gz
+ sha256sums_armv7h = 795ec7349828166d9fdf78f7c53b35d04488929fae26f9e547459f60dc34c060
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index b52e33ba79ab..52f5f38e3a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.8.0
+pkgver=2.15.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')
@@ -19,10 +19,10 @@ source_arm=("https://github.com/prometheus/prometheus/releases/download/v${pkgve
source_armv6h=("https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-armv6.tar.gz" )
source_armv7h=("https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-armv7.tar.gz" )
sha256sums=('0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805')
-sha256sums_x86_64=('b8649bc6317af31fd3c998648ef0aa8bc0099fece24952fd1aca1bff665e9216')
-sha256sums_arm=('e8851146541bd78edf3dfdd3d4c352fa2c05b7a3dfbce58b84ef970b4e6c904d')
-sha256sums_armv6h=('a04f36612368b6fe2dfe0f96c50e8f7bf2cc231e6d724d053911e050bab4901a')
-sha256sums_armv7h=('a5655688286eb72244489bad2b27eb399158cf35dec556e7e1eeb96c66dec311')
+sha256sums_x86_64=('1c2175428e7a70297d97a30a04278b86ccd6fc53bf481344936d6573482203b4')
+sha256sums_arm=('31ec0f2cb070d91e2dbe7ecc6c5f1051b28f6792fd7b5ae3c8a127ff90097584')
+sha256sums_armv6h=('c16b654cb7cfb9919da62b791759561e10b6d9d9271e1160f11d045cb29f5473')
+sha256sums_armv7h=('795ec7349828166d9fdf78f7c53b35d04488929fae26f9e547459f60dc34c060')
package() {
case "$CARCH" in