summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-06-22 11:09:18 +0430
committerAmin Vakil2022-06-22 11:09:18 +0430
commit0eba1737a7f1efb231b1858e6d79ba2fb2d7571a (patch)
tree2ba570c2078b68a6f2ff252c063abc0f32f6561f /PKGBUILD
parentdd8fc211f3a2e319641a5c2ee9e4421ab9c7266a (diff)
downloadaur-0eba1737a7f1efb231b1858e6d79ba2fb2d7571a.tar.gz
upgpkg: awx 21.2.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 23b60422399c..88e6b5177787 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.1.0
+pkgver=21.2.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=('d4d68f18391d8f698766bfdf9bed98fd90bc62c1dfc765ee1a73c1ddc698643e')
+sha256sums=('a4756a450fbf4c324c121fcd62f1efa4fe445bdc98a44269b4bfea26338c2338')
build() {
cd "$srcdir/${pkgname}-${pkgver}"