summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2019-03-18 18:12:47 +0000
committerSebastian Krebs2019-03-18 18:12:47 +0000
commitaf7987135011ce1df1faccde340967a5a0da12fe (patch)
tree4a9226d6d8e10e0d033d6d2db2b808ce515b153f
parent997fc70bcd30ffe12e055e79a04c88abe2608963 (diff)
downloadaur-af7987135011ce1df1faccde340967a5a0da12fe.tar.gz
Update to 2.8.0
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3611e331149b..3333ad7840d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Feb 20 01:16:05 UTC 2019
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.7.1
+ pkgver = 2.8.0
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -17,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.7.1/prometheus-2.7.1.linux-amd64.tar.gz
- sha256sums_x86_64 = 7837cfd6b5af63c07cadfa2b3118f0a43e43e8a6e6d596425cb23b45855b7db0
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.linux-armv5.tar.gz
- sha256sums_arm = bec6dd547f6bed839f14a7017b6612a51fb79fa22002a51f1ad83a63cf9f4449
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.linux-armv6.tar.gz
- sha256sums_armv6h = b123adddad36f514fc3f674971a2aa88aaad48e35fae7fd5eeecfda79ed48cce
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.linux-armv7.tar.gz
- sha256sums_armv7h = 5911c8827e82a5ab2ef92662e66eee2ca167709cc63676aa7593d878323efac0
+ 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
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9b81d2eeddd..b52e33ba79ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.7.1
+pkgver=2.8.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=('7837cfd6b5af63c07cadfa2b3118f0a43e43e8a6e6d596425cb23b45855b7db0')
-sha256sums_arm=('bec6dd547f6bed839f14a7017b6612a51fb79fa22002a51f1ad83a63cf9f4449')
-sha256sums_armv6h=('b123adddad36f514fc3f674971a2aa88aaad48e35fae7fd5eeecfda79ed48cce')
-sha256sums_armv7h=('5911c8827e82a5ab2ef92662e66eee2ca167709cc63676aa7593d878323efac0')
+sha256sums_x86_64=('b8649bc6317af31fd3c998648ef0aa8bc0099fece24952fd1aca1bff665e9216')
+sha256sums_arm=('e8851146541bd78edf3dfdd3d4c352fa2c05b7a3dfbce58b84ef970b4e6c904d')
+sha256sums_armv6h=('a04f36612368b6fe2dfe0f96c50e8f7bf2cc231e6d724d053911e050bab4901a')
+sha256sums_armv7h=('a5655688286eb72244489bad2b27eb399158cf35dec556e7e1eeb96c66dec311')
package() {
case "$CARCH" in