summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-07-12 10:16:43 +0430
committerAmin Vakil2022-07-20 11:04:47 +0430
commit2a2908d64095308635823a758b1bb67007580e2f (patch)
tree89a18b55c2833f395fa9a8556185f942680b22e8 /PKGBUILD
parent0eba1737a7f1efb231b1858e6d79ba2fb2d7571a (diff)
downloadaur-2a2908d64095308635823a758b1bb67007580e2f.tar.gz
upgpkg: awx 21.3.0-1
upstream release upgpkg: awx 21.3.0-1 upstream release upgpkg: awx 21.3.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 88e6b5177787..16677f41b719 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.2.0
+pkgver=21.3.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=('a4756a450fbf4c324c121fcd62f1efa4fe445bdc98a44269b4bfea26338c2338')
+sha256sums=('2a007e2ab1282192a55ebb7707cf0ee2bbd53b9fdc3c84974cb8ae04542d142c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"