summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-11-09 10:28:56 +1100
committerMichael Clayfield2020-11-09 10:28:56 +1100
commita871010c7eef70d05e131359a1f44ada2d23a980 (patch)
tree5e27ca0bc3c68bad1e4dc23162afb727197fbb1d
parentae43814d21be30602f2a4f07242e9c48c031f9cf (diff)
downloadaur-a871010c7eef70d05e131359a1f44ada2d23a980.tar.gz
Updated to 8.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc74c25fa9b..b5a02f738e21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alerta
pkgdesc = A tool used to consolidate and de-duplicate alerts from multiple sources
- pkgver = 8.0.3
+ pkgver = 8.1.0
pkgrel = 1
url = https://github.com/alerta/alerta
arch = any
@@ -24,10 +24,10 @@ pkgbase = alerta
optdepends = python-psycopg2
optdepends = postgresql
optdepends = mongodb
- source = https://github.com/alerta/alerta/archive/v8.0.3.tar.gz
+ source = https://github.com/alerta/alerta/archive/v8.1.0.tar.gz
source = alertad.service
source = alerta.sysusers
- sha256sums = 1dc432d935328875cecf2e84b6585c6f5f0fb494767bd6653d450da111b1f7a0
+ sha256sums = 71ae845687175912d93b4ff6afef4912b4ad343c1e53d2a8be770e2eda0382e7
sha256sums = 4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2
sha256sums = f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423
diff --git a/PKGBUILD b/PKGBUILD
index 551626e9d168..dc5fd5730506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta
-pkgver=8.0.3
+pkgver=8.1.0
pkgrel=1
pkgdesc="A tool used to consolidate and de-duplicate alerts from multiple sources"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('python-psycopg2' 'postgresql' 'mongodb')
source=("https://github.com/alerta/alerta/archive/v$pkgver.tar.gz"
"${pkgname}d.service"
"${pkgname}.sysusers")
-sha256sums=('1dc432d935328875cecf2e84b6585c6f5f0fb494767bd6653d450da111b1f7a0'
+sha256sums=('71ae845687175912d93b4ff6afef4912b4ad343c1e53d2a8be770e2eda0382e7'
'4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2'
'f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423')