summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-04-25 10:28:58 +0800
committerMichael Clayfield2020-04-25 10:28:58 +0800
commite3eb7c39b10ed255c2a1276c72a1947029410ada (patch)
tree48e54d9061ebe2aca22791ff6a1bf1170f586abc
parentd8992ddb60acc525d346036f10af43b7376e8c62 (diff)
downloadaur-e3eb7c39b10ed255c2a1276c72a1947029410ada.tar.gz
Updated to 7.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43449111fcdf..e8f284d17043 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.6
+ pkgver = 7.5.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.4.6.tar.gz
+ source = https://github.com/alerta/alerta/archive/v7.5.1.tar.gz
source = alertad.service
source = alerta.sysusers
- sha256sums = 296d43af4a10f402a27b75b9f6e2dbd88698d38ec73aa659d9752695ae4e28b6
+ sha256sums = 0953b1c944633639342474e47896df2453c8d44e48bc0a30f6a513c69e167b7e
sha256sums = 4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2
sha256sums = f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423
diff --git a/PKGBUILD b/PKGBUILD
index 5e21e3a45401..f2a06ab4d299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=alerta
-pkgver=7.4.6
+pkgver=7.5.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=('296d43af4a10f402a27b75b9f6e2dbd88698d38ec73aa659d9752695ae4e28b6'
+sha256sums=('0953b1c944633639342474e47896df2453c8d44e48bc0a30f6a513c69e167b7e'
'4449acb346807229e4cbfeed68d9ba6006a165e65dec09487fb6e627088016c2'
'f0a2f76266ba07275ab2baeab1497dfb2946305e85ae68e3b34dd14e2ac47423')