summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2023-03-29 17:18:26 +0330
committerAmin Vakil2023-03-29 17:18:26 +0330
commitbf3db1cda9ded2b03ce8fb79b4965b4bbda4b425 (patch)
treeaa9e6b53a7ae930b4f640d75749f872bd045f06f /PKGBUILD
parentabf6b21a9336a727b1a04a1a04a8f7b9ca872219 (diff)
downloadaur-bf3db1cda9ded2b03ce8fb79b4965b4bbda4b425.tar.gz
upgpkg: awx 21.14.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 a66f565cc970..78dad8db0891 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.13.0
+pkgver=21.14.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=('97065b3198f0db230fd50d7b625bc0b30c405c7e398591ae2bf4c3f53e4c2d79')
+sha256sums=('644ded1d64f48c71ea9fdcb179283ad5958e9f909aa7bd3409bd0425a2ecb947')
build() {
cd "$srcdir/${pkgname}-${pkgver}"