summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-03-09 10:58:44 +0330
committerGitHub2022-03-09 10:58:44 +0330
commit69a583f4c481c47aaed9157dcd56f4727a0a9517 (patch)
treeba5ea9074a444f0297c9348e83d7280d65e61610 /PKGBUILD
parentd2f90fd94860c7b796f17cad960b61386f8f996a (diff)
downloadaur-69a583f4c481c47aaed9157dcd56f4727a0a9517.tar.gz
upgpkg: awx 20.0.1-1 (#111)
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ba3219f3bc4..dafcab626b67 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.0
+pkgver=20.0.1
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=('7c4e5b007588eb76b2e20e9fd1ce51af8fc6072f9edcf855973c6e479e1fc0c4')
+sha256sums=('8f37ebd796c01b1d6ea67596585fe4e1380c79f32ebe8ace8c1d2d2c10740e1c')
build() {
cd "$srcdir/${pkgname}-${pkgver}"