summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2016-10-29 20:13:23 -0400
committerSlashbunny2016-10-29 20:13:23 -0400
commitcf3ab6b9a3ab1436309fdf94a242397b0d143317 (patch)
tree1e8cfa7bbe90fd7e5097db39a6862cf1ed72306b
parent57fd2ffbc434bef1527eb6ed4b77acb04bb4a375 (diff)
downloadaur-cf3ab6b9a3ab1436309fdf94a242397b0d143317.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7a3895975d..8a484f290f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 2 21:45:00 UTC 2016
+# Sun Oct 30 00:12:10 UTC 2016
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.4.1
+ pkgver = 0.4.2
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.4.1/alertmanager-0.4.1.linux-amd64.tar.gz
- sha256sums = df4ef8a34999ac2acedead7a48e67da31e0b65a29e4570d3075cd8ca663cf1d0
- sha256sums = 4662ae1fd696641e9ba0bd060ac87b3483b9ab98bf3bbec5fa6d8754549d7f92
+ source = https://github.com/prometheus/alertmanager/releases/download/v0.4.2/alertmanager-0.4.2.linux-amd64.tar.gz
+ sha256sums = 1814c0af761906ef037971cafe32a3109b29df1c191583b77d0e6d0f63ec2ed7
+ sha256sums = 8d04e3dc9955a0a3897d126c996b921cfd1dc80ff6ff982936ce8f703baa2eb8
pkgname = alertmanager-bin
diff --git a/PKGBUILD b/PKGBUILD
index c23549f6a529..7bdf54cafcc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=alertmanager-bin
-pkgver=0.4.1
+pkgver=0.4.2
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'
- '4662ae1fd696641e9ba0bd060ac87b3483b9ab98bf3bbec5fa6d8754549d7f92')
+ '8d04e3dc9955a0a3897d126c996b921cfd1dc80ff6ff982936ce8f703baa2eb8')
package() {
cd "${srcdir}/alertmanager-${pkgver}.linux-amd64/"