summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2021-10-03 15:34:35 +0330
committerGitHub2021-10-03 15:34:35 +0330
commit2b9a995dd2cfebe9530898c33533d2e861ae31d6 (patch)
tree71c8a247ca6440a4233d99977d132e06fa3c8230 /PKGBUILD
parentcbd5f097bf8153d60c161b30ccc13643556c8cdb (diff)
downloadaur-2b9a995dd2cfebe9530898c33533d2e861ae31d6.tar.gz
upgpkg: awx 19.4.0-1 (#52)
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3acd1aacbba3..e6f32326f98f 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=19.3.0
+pkgver=19.4.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=('93a74356f5b35d72f5aaddae698e854b04ac4cdf391977b0dc07463bcd11663c')
+sha256sums=('27350b19c9259ba0680058790bb587635bff7a6a275eb792919e5b67b13746d9')
build() {
cd "$srcdir/${pkgname}-${pkgver}"