summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-05-19 03:32:11 +0330
committerAmin Vakil2023-05-19 03:32:11 +0330
commiteffbdd98871d6fa207c5ca2f1d637b55baa843c3 (patch)
tree58ee4113cc05e05d33a03953dbd2b32a493c809c /PKGBUILD
parentc43722ab10f29b0da98e8bc3a7710ea7ff262f5a (diff)
downloadaur-effbdd98871d6fa207c5ca2f1d637b55baa843c3.tar.gz
upgpkg: awx 22.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 4849785c0cad..0144766e2230 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.2.0
+pkgver=22.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=('58b20c7daf847ab187660bc192732832af516d693704a41095ce0151e1c16121')
+sha256sums=('76f591753b1ef9c95412208af893b108079d033cb296bac1fce8f73945b02849')
build() {
cd "$srcdir/${pkgname}-${pkgver}"