summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-06-29 12:00:03 +1000
committerMichael Clayfield2020-06-29 12:00:03 +1000
commitf8e82d8fb7756caff73fb16c74ff056c58dc1ea1 (patch)
treebb61947276dcb4fbdea72bd3c183be37fd656811
parent5dbfa8f48e0b0995291573e181640d706ad01d1c (diff)
downloadaur-f8e82d8fb7756caff73fb16c74ff056c58dc1ea1.tar.gz
Updated to 8.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4d2f1860e26..433730e0b71d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-alerta-client
pkgdesc = Unified CLI, terminal GUI and python SDK for the Alerta monitoring system
- pkgver = 7.5.0
+ pkgver = 8.0.0
pkgrel = 1
url = https://github.com/alerta/python-alerta-client
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-alerta-client
depends = python-requests
depends = python-tabulate
depends = python-requests-hawk
- source = https://github.com/alerta/python-alerta-client/archive/v7.5.0.tar.gz
- sha256sums = 8ca1847aaf1b06356e9ee2d4bd80db9b95e1906cb4f5ed23f8152e59690b1ba8
+ source = https://github.com/alerta/python-alerta-client/archive/v8.0.0.tar.gz
+ sha256sums = bb8382cb2e6b9b585ed98f5bca14381a60a3fec6993d78dc06d2157afd1c8a7c
pkgname = python-alerta-client
diff --git a/PKGBUILD b/PKGBUILD
index 0fc3992619c9..809b8a0c6c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=python-alerta-client
-pkgver=7.5.0
+pkgver=8.0.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=('8ca1847aaf1b06356e9ee2d4bd80db9b95e1906cb4f5ed23f8152e59690b1ba8')
+sha256sums=('bb8382cb2e6b9b585ed98f5bca14381a60a3fec6993d78dc06d2157afd1c8a7c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"