summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2021-01-07 09:49:34 +1100
committerMichael Clayfield2021-01-07 09:49:34 +1100
commit02d0febbd3a26f105ec039c522fbf0cf22e9d9f8 (patch)
tree94554ad0ad68f284f2af5523b631150daecd2fde
parentaa08dc3e4b79bc3122bf954f933579e61f22d0c8 (diff)
downloadaur-02d0febbd3a26f105ec039c522fbf0cf22e9d9f8.tar.gz
Updated to 8.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9bb1fd1f66b..66b3847a996f 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.3.2
+ pkgver = 8.3.3
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.3.2.tar.gz
+ source = https://github.com/alerta/alerta/archive/v8.3.3.tar.gz
source = alertad.service
source = alerta.sysusers
- sha256sums = d83dc9e2b7931e3535d04c8371f4a0a921d3989b63d3ac2973241d50757b1a2d
+ sha256sums = a964d63899080d3f4186e2de1a1415895e557239d18b1cce30da8b2a9568f600
sha256sums = 4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2
sha256sums = f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423
diff --git a/PKGBUILD b/PKGBUILD
index 376bdc0b3175..af8e5d591fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta
-pkgver=8.3.2
+pkgver=8.3.3
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=('d83dc9e2b7931e3535d04c8371f4a0a921d3989b63d3ac2973241d50757b1a2d'
+sha256sums=('a964d63899080d3f4186e2de1a1415895e557239d18b1cce30da8b2a9568f600'
'4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2'
'f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423')