summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-08-03 04:33:21 +0330
committerAmin Vakil2023-08-03 04:33:21 +0330
commit2802442bab824747899c8d0ec8a8ebb8f2adaf3d (patch)
tree04b328b689109eb0480a91c35d8c8c43330dc2dc /PKGBUILD
parent8e7d48aa9893b400e6e162584e75cc8f6e028e98 (diff)
downloadaur-2802442bab824747899c8d0ec8a8ebb8f2adaf3d.tar.gz
upgpkg: awx 22.6.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 9bd033a67b9c..c173029b852c 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=22.5.0
+pkgver=22.6.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=('f6ba233f8eed7a6221bcab02c717b44e158a00dabccfc52a54a52d07fb047b3e')
+sha256sums=('ed993a1d578f5136d40db8a520f5a4592b4143582bf3b0b0cfee9b0c1a740743')
build() {
cd "$srcdir/${pkgname}-${pkgver}"