summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-08-02 13:22:07 +0430
committerAmin Vakil2022-08-02 13:22:07 +0430
commite363629ea59127361d4fe4c0fdb5d282020e9e97 (patch)
treea2ddf24089078587a839e62bf6de45a7530946c7 /PKGBUILD
parent108640ebc37078885276a195e881ec6f20cc8934 (diff)
downloadaur-e363629ea59127361d4fe4c0fdb5d282020e9e97.tar.gz
upgpkg: awx 21.4.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 572a5b290d78..70dfee59aa37 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=21.3.0
+pkgver=21.4.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=('01328f5e3e999c939f998f431ca6b7624034032846fe7c43b7addac016e35b7c')
+sha256sums=('8865c956b03abe10740491964cb6ab2d5a7228114dd248a1624544294830a5f7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"