summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Clayfield2020-12-14 10:33:06 +1100
committerMichael Clayfield2020-12-14 10:33:06 +1100
commit282911be51c67e5ee541f15597b20de87490a895 (patch)
treee57b8ea933502d15a229f6caa3b6c5d6ac6dba79 /PKGBUILD
parentf8e82d8fb7756caff73fb16c74ff056c58dc1ea1 (diff)
downloadaur-python-alerta-client.tar.gz
Updated to 8.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 809b8a0c6c9f..5e83d72c564d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=python-alerta-client
-pkgver=8.0.0
+pkgver=8.3.0
pkgrel=1
pkgdesc="Unified CLI, terminal GUI and python SDK for the Alerta monitoring system"
arch=('any')
@@ -9,7 +9,7 @@ license=('APACHE')
makedepends=('python-setuptools')
depends=('python' 'python-click' 'python-pytz' 'python-requests' 'python-tabulate' 'python-requests-hawk')
source=("https://github.com/alerta/python-alerta-client/archive/v$pkgver.tar.gz")
-sha256sums=('bb8382cb2e6b9b585ed98f5bca14381a60a3fec6993d78dc06d2157afd1c8a7c')
+sha256sums=('adbf61838fa7b8c71f5830c1584ed96e3ad07cfbe55a6b8ba9b0b7f1f5d51e5c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"