summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-04-04 13:43:30 +0330
committerAmin Vakil2023-04-04 13:43:30 +0330
commiteae81555f519bda99799a95e5f3c1c959467642a (patch)
tree46f6e924aae683c957b561c30ef866654ad22f94 /PKGBUILD
parentbf3db1cda9ded2b03ce8fb79b4965b4bbda4b425 (diff)
downloadaur-eae81555f519bda99799a95e5f3c1c959467642a.tar.gz
upgpkg: awx 22.0.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 78dad8db0891..518909c3164d 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.14.0
+pkgver=22.0.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=('644ded1d64f48c71ea9fdcb179283ad5958e9f909aa7bd3409bd0425a2ecb947')
+sha256sums=('4072f267cdcfe841fc04b48ec0af948b4f036d6126115934f761f252f7547a8c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"