summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-11-22 11:47:26 +0330
committerAmin Vakil2022-11-22 11:47:26 +0330
commit972ff2cc796297f581d625beae7747eaef23b489 (patch)
tree171c54791e78d41f4da3b0ed276a0e8a92cce3bb /PKGBUILD
parent349b0761fc8dd4912fd3de2b6203172666d28a66 (diff)
downloadaur-972ff2cc796297f581d625beae7747eaef23b489.tar.gz
upgpkg: awx 21.9.0-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 be82fefe5b62..020c76ebe34f 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=21.8.0
+pkgver=21.9.0
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=('047698be611aeae809229e3ad1bd942649100f8b5996c487a5eed08a04e44544')
+sha256sums=('03e1a3f9f5b8d55bf6f33201cf3ad3ee55c15f1dfa490e3c4cdb2f135de44fb6')
build() {
cd "$srcdir/${pkgname}-${pkgver}"