summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-10-26 03:00:41 +0330
committerAmin Vakil2023-10-26 03:00:41 +0330
commit1f2014057f6100175ed886ed59a1cb6ebf224a72 (patch)
tree3af125b353c486ed7aff9ee583027e5e4a007046 /PKGBUILD
parent9048b20b39ff19c9ebc0313065366fd40cf0e5f7 (diff)
downloadaur-1f2014057f6100175ed886ed59a1cb6ebf224a72.tar.gz
upgpkg: awx 23.3.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 aa86773523b9..75c19c8d7434 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.0
+pkgver=23.3.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=('1007f51909baf9132c74047fd5365b97df9959bb508cd01064fe825ea7fa7f16')
+sha256sums=('f57e600f258e8a1b38442306a45e3c461db1a317d66cbbd025476f6a87473258')
build() {
cd "$srcdir/${pkgname}-${pkgver}"