summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-11-08 19:35:15 +0330
committerAmin Vakil2023-11-08 19:35:15 +0330
commitbb14726caaf5d1baf1c23b01014d2785c3ffbd8f (patch)
tree6fc18193e0422281d5842c468ba0625734ecbc36 /PKGBUILD
parent1f2014057f6100175ed886ed59a1cb6ebf224a72 (diff)
downloadaur-bb14726caaf5d1baf1c23b01014d2785c3ffbd8f.tar.gz
upgpkg: awx 23.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 75c19c8d7434..a2315e422ddc 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.3.1
+pkgver=23.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=('f57e600f258e8a1b38442306a45e3c461db1a317d66cbbd025476f6a87473258')
+sha256sums=('f0b646029ebb63a860c6e0266408b2b242902dec8ad72d81a68c4212134eeb4c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"