summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-02-16 06:29:19 +0330
committerAmin Vakil2024-02-16 06:29:19 +0330
commit947c9c5b8a6df4f670623f5f9113c307f76c161a (patch)
treefcc033ded10c15e238be5bc6dfafa23978cae689 /PKGBUILD
parentf82f394feb092f33c332536fd8cd8c4bb4d48b3d (diff)
downloadaur-947c9c5b8a6df4f670623f5f9113c307f76c161a.tar.gz
upgpkg: awx 23.8.1-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 4dddc0689816..2b1001a5937c 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.8.0
+pkgver=23.8.1
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=('389017d59f7ca6846b22a91be4facc77e32c407600d299a30600e812ec639a0d')
+sha256sums=('55a56b4ef8a8214c1ca939e142c99d9be244e1d0085668314aded2d02abb8bc0')
build() {
cd "$srcdir/${pkgname}-${pkgver}"