summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2020-04-20 12:07:04 +0800
committerMichael Clayfield2020-04-20 12:07:04 +0800
commit5dbfa8f48e0b0995291573e181640d706ad01d1c (patch)
tree8256579e1bf719a9aea841fccb92d344e80cec3d
parent05112422d141f57884a0a125098812937f883396 (diff)
downloadaur-5dbfa8f48e0b0995291573e181640d706ad01d1c.tar.gz
Updated to 7.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9380f662e186..a4d2f1860e26 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.4.4
+ pkgver = 7.5.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.4.4.tar.gz
- sha256sums = d06ad0893ea760fb9726172a31b3d47dbaafc0fcd84b0d6f59a01f0c5bf2f8b6
+ source = https://github.com/alerta/python-alerta-client/archive/v7.5.0.tar.gz
+ sha256sums = 8ca1847aaf1b06356e9ee2d4bd80db9b95e1906cb4f5ed23f8152e59690b1ba8
pkgname = python-alerta-client
diff --git a/PKGBUILD b/PKGBUILD
index cbfe8d90f4da..0fc3992619c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <me@michaelclayfield.com>
pkgname=python-alerta-client
-pkgver=7.4.4
+pkgver=7.5.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=('d06ad0893ea760fb9726172a31b3d47dbaafc0fcd84b0d6f59a01f0c5bf2f8b6')
+sha256sums=('8ca1847aaf1b06356e9ee2d4bd80db9b95e1906cb4f5ed23f8152e59690b1ba8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"