summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-02-14 14:12:57 +0330
committerAmin Vakil2024-02-14 14:12:57 +0330
commitf82f394feb092f33c332536fd8cd8c4bb4d48b3d (patch)
treee2abc564adae1e37334d9be11416b95d46054372 /PKGBUILD
parentcfc11d02bed6bc746f028c2bbff96833763b96c0 (diff)
downloadaur-f82f394feb092f33c332536fd8cd8c4bb4d48b3d.tar.gz
upgpkg: awx 23.8.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 61d9eeb72b0f..4dddc0689816 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.7.0
+pkgver=23.8.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=('b30fcce341c30d56edf90830e8ac6f4484de727a78ef830a495a5cb1a77985a4')
+sha256sums=('389017d59f7ca6846b22a91be4facc77e32c407600d299a30600e812ec639a0d')
build() {
cd "$srcdir/${pkgname}-${pkgver}"