summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-01-22 11:49:16 +0330
committerAmin Vakil2022-01-22 11:51:18 +0330
commit4f3df32d80691f1c101e640f01d501252c5e1efc (patch)
treeebc7cf21ea9e78c978b506943165e067e2f66f07 /PKGBUILD
parentd9a293491ef43e0b16fd253d6cd41ddd1f93fbcc (diff)
downloadaur-4f3df32d80691f1c101e640f01d501252c5e1efc.tar.gz
upgpkg: awx 19.5.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81c0e04e3544..4e06a9fecd4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
# Contributor:anon at sansorgan.es
pkgname=awx
-pkgver=19.5.0
+pkgver=19.5.1
pkgrel=1
pkgdesc="AWX provides a web-based user interface, REST API, and task engine built on top of Ansible."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'gettext')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/ansible/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('31f757feb281521ce1fc7d414423b662b964a526739538385580c1d14dd840f3')
+sha256sums=('f65e333aa5f5ad27df28b474e5d14db5dc266b814565666a9b8d6449ff80d554')
build() {
cd "$srcdir/${pkgname}-${pkgver}"