summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-02-10 11:26:59 +0800
committerMichael Clayfield2020-02-10 11:26:59 +0800
commit08593f839dce4e26829e386c13b0cd8ebf584312 (patch)
treee75f7c615228d1a692cd4334a0ebcbdc8963eae9
parentd272fb4829a8c7fa0d182acdfc679b02a602ff4b (diff)
downloadaur-08593f839dce4e26829e386c13b0cd8ebf584312.tar.gz
Updated to v7.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2491d0135031..4a7500ee56ea 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.4.1
+ pkgver = 7.4.4
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.4.1.tar.gz
+ source = https://github.com/alerta/alerta/archive/v7.4.4.tar.gz
source = alertad.service
source = alerta.sysusers
- sha256sums = ec85df1e61121a03d8fb84526c0665823ebe4b378e8e3d18f16ecca929d48ba5
+ sha256sums = 8b14eefc0c75311fe76bc325f52374d6fc4ef4dcc9a5a94a74f5c6af731128fd
sha256sums = 4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2
sha256sums = f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423
diff --git a/PKGBUILD b/PKGBUILD
index 447b48af43e9..ebeb16f62a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta
-pkgver=7.4.1
+pkgver=7.4.4
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=('ec85df1e61121a03d8fb84526c0665823ebe4b378e8e3d18f16ecca929d48ba5'
+sha256sums=('8b14eefc0c75311fe76bc325f52374d6fc4ef4dcc9a5a94a74f5c6af731128fd'
'4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2'
'f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423')