summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-04-02 20:38:11 +0430
committerAmin Vakil2022-04-02 20:39:40 +0430
commit55f78b000ad7e3c3946745ec683dd1587aa33097 (patch)
tree14a760d091f77f2d1d83fa219f26fedf78056c6e /PKGBUILD
parent69a583f4c481c47aaed9157dcd56f4727a0a9517 (diff)
downloadaur-55f78b000ad7e3c3946745ec683dd1587aa33097.tar.gz
upgpkg: awx 20.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 dafcab626b67..baafff1ac95b 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=20.0.1
+pkgver=20.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=('8f37ebd796c01b1d6ea67596585fe4e1380c79f32ebe8ace8c1d2d2c10740e1c')
+sha256sums=('c4daa92931dd7818a3a1cd396f5da09728b72170b55c90790fc53ad43391e2be')
build() {
cd "$srcdir/${pkgname}-${pkgver}"