summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-10-05 14:59:19 +0330
committerAmin Vakil2022-10-05 14:59:19 +0330
commit7ea753857e526ed576df097465ab6c3c8c9e1a85 (patch)
treecfe362b535e4b3304c70cf76613d0addca6e4198 /PKGBUILD
parentb33eb6f3c5a69a0dbb19e2ab015d8e93f241a518 (diff)
downloadaur-7ea753857e526ed576df097465ab6c3c8c9e1a85.tar.gz
upgpkg: awx 21.7.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 10137f9d1eb9..33b932cf5e58 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.6.0
+pkgver=21.7.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=('4319f4d889bc07f3eb63eeee79446f003269dad19bcd23e7eb3a362a5bed382e')
+sha256sums=('b2bc6da0fa90f1d1807917b8104cfed6e33f135510d7e0ef270983aa9b1d184e')
build() {
cd "$srcdir/${pkgname}-${pkgver}"