summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-09-13 18:26:51 +0330
committerAmin Vakil2023-09-13 18:26:51 +0330
commit709b9e2791a08fa7975ec2d06a3d40bf343da540 (patch)
treea60788184b2d619fd3b881dee3bf31085de019a2 /PKGBUILD
parentd3fe52764fdef133377a271447fb15792779ee57 (diff)
downloadaur-709b9e2791a08fa7975ec2d06a3d40bf343da540.tar.gz
upgpkg: awx 23.1.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 bb9f18fd9027..94587fe3f6c7 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.0.0
+pkgver=23.1.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=('78ca432a5efda3b7cc6ecabc1b11478f59aafc0118f9d9385c5b7af839864e1d')
+sha256sums=('216ce11035dd6488f8935c91b5168e526c552da6e60e034090ca8e4cb1eebc56')
build() {
cd "$srcdir/${pkgname}-${pkgver}"