summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-06-29 11:53:03 +1000
committerMichael Clayfield2020-06-29 11:53:03 +1000
commit1d2e0a566995ad4742a35f9ef5526d8c4680097e (patch)
treefb56330ca40945ff932be7a5dfb68051147ac2af
parent5d42c25a261b9696dd94d427e4d43fe98f231440 (diff)
downloadaur-1d2e0a566995ad4742a35f9ef5526d8c4680097e.tar.gz
Updated to 8.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f4d0b86a603..b1d447559995 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 = 7.5.5
+ pkgver = 8.0.1
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/v7.5.5.tar.gz
+ source = https://github.com/alerta/alerta/archive/v8.0.1.tar.gz
source = alertad.service
source = alerta.sysusers
- sha256sums = 96825d1ece5cd0a6b8c3282e441a1be246751626b90166439fe6d7972757fb85
+ sha256sums = 70f78e60b6e010c4435ea50e2b269c25637d1ae1aaa216c347553ed935a566b3
sha256sums = 4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2
sha256sums = f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423
diff --git a/PKGBUILD b/PKGBUILD
index 035e5b477c6c..79c6e8d9a9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta
-pkgver=7.5.5
+pkgver=8.0.1
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=('96825d1ece5cd0a6b8c3282e441a1be246751626b90166439fe6d7972757fb85'
+sha256sums=('70f78e60b6e010c4435ea50e2b269c25637d1ae1aaa216c347553ed935a566b3'
'4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2'
'f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423')