summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-08-24 10:52:05 +0430
committerAmin Vakil2022-08-24 10:52:05 +0430
commit1fe8d32c81f32414fb39c9371283f85f657850fb (patch)
treea39fa0ba1add8710319d370a006e20b93ecab5a2 /PKGBUILD
parent09be9bd4f26e2fc6050df1ac7971061c9aed6453 (diff)
downloadaur-1fe8d32c81f32414fb39c9371283f85f657850fb.tar.gz
upgpkg: awx 21.5.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 6d376dafcd7a..647cd0190fab 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.4.0
+pkgver=21.5.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=('8865c956b03abe10740491964cb6ab2d5a7228114dd248a1624544294830a5f7')
+sha256sums=('f55809743c9c653c98fcdf06e12d8e93164abf67a6540dccb37e89eb5b4c3b79')
build() {
cd "$srcdir/${pkgname}-${pkgver}"