summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-06-02 22:50:02 +0430
committerAmin Vakil2022-06-02 22:54:34 +0430
commitdd8fc211f3a2e319641a5c2ee9e4421ab9c7266a (patch)
tree49f3d8c6c54818b537ecffdbac8b28449ec20fac /PKGBUILD
parent41de061d9fc3a5a201762fab5b69707a8601daa9 (diff)
downloadaur-dd8fc211f3a2e319641a5c2ee9e4421ab9c7266a.tar.gz
upgpkg: awx 21.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 b1c9ba891243..23b60422399c 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.0.0
+pkgver=21.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=('8e9e1dc09cfed07863fcdbb596d0709fda7ee01cac337670ce98c0e81b7f633f')
+sha256sums=('d4d68f18391d8f698766bfdf9bed98fd90bc62c1dfc765ee1a73c1ddc698643e')
build() {
cd "$srcdir/${pkgname}-${pkgver}"