summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-01-03 13:32:28 +0330
committerAmin Vakil2024-01-03 13:32:28 +0330
commit04b966817383f45417957dbb9426aa75e26d5d71 (patch)
tree77e8a785ac67febe6aa8977b474f25de2eff4753 /PKGBUILD
parentfcfc2c0c495963f7bdeb35114a186e0a25e877d2 (diff)
downloadaur-04b966817383f45417957dbb9426aa75e26d5d71.tar.gz
upgpkg: awx 23.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 20c2116683dc..490ad31cece1 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=23.5.1
+pkgver=23.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=('30abd1a8560c38c53526525f331a04beff48ca7b0ca6d1d4d5ae376a09cf64b7')
+sha256sums=('cde7f0291091249db20313bb56dfcd7e2273696bb3dd9b470e7a222f9c9a4497')
build() {
cd "$srcdir/${pkgname}-${pkgver}"