summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-09-02 03:08:08 +0330
committerAmin Vakil2023-09-02 03:08:08 +0330
commitd3fe52764fdef133377a271447fb15792779ee57 (patch)
tree5a41744274e5f44f63cd92f009f110a3d0363e0d /PKGBUILD
parent558eaf7651ddf452e2df296384c35cfb3d091629 (diff)
downloadaur-d3fe52764fdef133377a271447fb15792779ee57.tar.gz
upgpkg: awx 23.0.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 6bc94da43d1a..bb9f18fd9027 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=22.7.0
+pkgver=23.0.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=('1c18fe98893652fe0a9bfd21b9f765ebeb9e7735cbc91931c27c36999bf8e740')
+sha256sums=('78ca432a5efda3b7cc6ecabc1b11478f59aafc0118f9d9385c5b7af839864e1d')
build() {
cd "$srcdir/${pkgname}-${pkgver}"