summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-03-13 14:09:19 +0330
committerAmin Vakil2024-03-13 14:09:19 +0330
commit9ae96c4c9260b2278c2ea2ef7e273421ba67f317 (patch)
tree2d58e460585035dc80b1514e3fad703a65eba0d6 /PKGBUILD
parent38efea20d23f8770774fc53ebd13887d5c15b209 (diff)
downloadaur-9ae96c4c9260b2278c2ea2ef7e273421ba67f317.tar.gz
upgpkg: awx 24.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 8aa726e475ce..4b5adcb91042 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.9.0
+pkgver=24.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=('deb3774e076dfebd14c47ee4d603519975af2cd4563aff3ab793d83d22b8959f')
+sha256sums=('66fb3a7581e3cc9fe790c91e8e8b57b863c45b5c7547dec61801e0f1c9e84e57')
build() {
cd "$srcdir/${pkgname}-${pkgver}"