summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-06-27 13:35:35 +0330
committerAmin Vakil2023-06-27 13:35:35 +0330
commit41062375f15359a4b86a3d4257a8eb5ae86332a4 (patch)
tree1e34296862a3a38a6b7741500e9856188d49dc25 /PKGBUILD
parenteffbdd98871d6fa207c5ca2f1d637b55baa843c3 (diff)
downloadaur-41062375f15359a4b86a3d4257a8eb5ae86332a4.tar.gz
upgpkg: awx 22.4.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 0144766e2230..20df7af8f42b 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.3.0
+pkgver=22.4.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=('76f591753b1ef9c95412208af893b108079d033cb296bac1fce8f73945b02849')
+sha256sums=('92cf2c01bb45a74c05435fc6bc5aa9846e6aaf03e797972fd93d842cf4ba3c99')
build() {
cd "$srcdir/${pkgname}-${pkgver}"