summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-11-05 10:45:12 +0330
committerAmin Vakil2022-11-05 10:45:12 +0330
commit349b0761fc8dd4912fd3de2b6203172666d28a66 (patch)
tree450ff3e0a2ec943fb5c033228007ebf1e4b42a0f /PKGBUILD
parent7ea753857e526ed576df097465ab6c3c8c9e1a85 (diff)
downloadaur-349b0761fc8dd4912fd3de2b6203172666d28a66.tar.gz
upgpkg: awx 21.8.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 33b932cf5e58..be82fefe5b62 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.7.0
+pkgver=21.8.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=('b2bc6da0fa90f1d1807917b8104cfed6e33f135510d7e0ef270983aa9b1d184e')
+sha256sums=('047698be611aeae809229e3ad1bd942649100f8b5996c487a5eed08a04e44544')
build() {
cd "$srcdir/${pkgname}-${pkgver}"