summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb81b81d840..0b4b84b46d44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 17:07:57 UTC 2017
+# Sat Feb 17 05:44:20 UTC 2018
pkgbase = alertmanager-bin
pkgdesc = Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration (binary, not built from source)
- pkgver = 0.9.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/prometheus/alertmanager
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = alertmanager-bin
conflicts = alertmanager
backup = etc/alertmanager/alertmanager.yml
source = alertmanager.service
- source = https://github.com/prometheus/alertmanager/releases/download/v0.9.1/alertmanager-0.9.1.linux-amd64.tar.gz
+ source = https://github.com/prometheus/alertmanager/releases/download/v0.14.0/alertmanager-0.14.0.linux-amd64.tar.gz
sha256sums = 1814c0af761906ef037971cafe32a3109b29df1c191583b77d0e6d0f63ec2ed7
- sha256sums = 407e0311689207b385fb1252f36d3c3119ae9a315e3eba205aaa69d576434ed7
+ sha256sums = caddbbbe3ef8545c6cefb32f9a11207ae18dcc788e8d0fb19659d88c58d14b37
pkgname = alertmanager-bin
diff --git a/PKGBUILD b/PKGBUILD
index c5df24022feb..fd38af765675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=alertmanager-bin
-pkgver=0.9.1
+pkgver=0.14.0
pkgrel=1
pkgdesc="Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration (binary, not built from source)"
arch=('x86_64')
@@ -15,7 +15,7 @@ backup=('etc/alertmanager/alertmanager.yml')
source=( 'alertmanager.service'
"https://github.com/prometheus/alertmanager/releases/download/v${pkgver}/alertmanager-${pkgver}.linux-amd64.tar.gz")
sha256sums=('1814c0af761906ef037971cafe32a3109b29df1c191583b77d0e6d0f63ec2ed7'
- '407e0311689207b385fb1252f36d3c3119ae9a315e3eba205aaa69d576434ed7')
+ 'caddbbbe3ef8545c6cefb32f9a11207ae18dcc788e8d0fb19659d88c58d14b37')
package() {
cd "${srcdir}/alertmanager-${pkgver}.linux-amd64/"